

InterviewSolution
Saved Bookmarks
1. |
a and b are two positive integers such that the least prime factor of a is 3 and the least prime factor of b is 5. Then calculate the least prime factor of (a + b). |
Answer» a and b are two positive integers such that the least prime factor of a is 3 and the least prime factor of b is 5. Then least prime factor of (a + b) is 2. |
|