Problem 42704. prime to each other
Given two integers n1, n2 greater than 1, find out if they have common divisors or are prime to each other. Return "true" if they have common divisors and "false" if they are prime to each other.
Solution Stats
Problem Comments
-
2 Comments
Guillaume
on 6 Jan 2016
It seems to me that the logic of the test suite is reversed. You're asking if the numbers are coprime and yet want 0 (false) when they are.
George-Felix Leu
on 6 Jan 2016
@Guillaume: Your are right.
I re-wrote the text. The english got worse, but the clarity increased, I hope:))
Solution Comments
Show commentsProblem Recent Solvers60
Suggested Problems
-
Create a cell array out of a struct
2084 Solvers
-
Back to basics 8 - Matrix Diagonals
933 Solvers
-
Sum of first n terms of a harmonic progression
444 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1139 Solvers
-
358 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!