Saved Bookmarks
| 1. |
37.Find 3 consecutive oddnumbers whose sum is 45 |
|
Answer» Step-by-step explanation: LET the NUMBER be x , x+1 and x+2 so, x + x + 1 + x + 2 = 45 3x + 3 = 45 x = 45 - 3/3 x = 14 henceforth the numbers are x = 14 x + 1 = 15 x + 2 = 16 |
|