InterviewSolution
Saved Bookmarks
| 1. |
The sum of three consecutive natural numbers is 99. Find the numbers. |
|
Answer» let the consecutive numbers bex + x +1 + x + 2 = 993x +3 = 993x = 96x = 32so consecutive numbers are32,33,34 |
|