InterviewSolution
Saved Bookmarks
| 1. |
The sum of three prime numbers is 100. If oneof them exceeds another by 36, then one of thenumbers is:a. 7b.29 c.41 d.67 e. 68 |
|
Answer» 31 and 67 are 2 prime numbers whose difference is 36so third one is 2.so 31+67+2=0so prime numbers are 31 67 and 2. |
|