Saved Bookmarks
| 1. |
Find three consecutive numbers whosesum is 126. |
|
Answer» Step-by-step explanation: Then according to the QUESTION, x+x+1+x+2=126 => 3x + 3 =126 =>3x=126-3=123 => x = 123/3 => x= 41 So the numbers are : 41, 41+1=42, 41+2 = 43 Answers: 41,42,43 |
|