InterviewSolution
Saved Bookmarks
| 1. |
Find the number of co-prime numbers of 49, which are composite numbers. |
|
Answer» SOLUTION :`49 = 7^2` SUM of all the co-prime NUMBERS of 49 is GIVEN by `49/2[varphi(49)]49/2[49(1-1/7)] = 1029` |
|