Saved Bookmarks
| 1. |
The sum three consecutive natural numbers is 36.what are the number? |
|
Answer» let's take three consecutive numbers be x, x+ 1 , x+ 2 = x + (x +1 ) + (x+2) = 36 3 x + 3 = 36 3X = 36 - 3 x = 33/3 = 11 so the three consecutive numbers are x = 11 x+ 1 = 11 +1 = 12 x + 2 = 11+2 =13 |
|