Relatively Prime Number:
Two integers are relatively prime (or coprime) if there is no integer greater than one that divides them both (that is, their greatest common divisor is one). For example, 12 and 13 are relatively prime, but 12 and14 are not
Factors of 10 (other than 1):
- 2
- 5
- 10
10=2*5
Any number that doesn't have a factor of 2 or 5 is relatively prime to 10.
e.g.
- 3,
- 7,
- 11,
- 21
And
- 2,
- 5,
- 15
- 16,
- 20
No comments:
Post a Comment