Saved Bookmarks
| 1. |
If the sum of two consecutive numbersis 101, then find the greater one. |
|
Answer» 51 Step-by-step EXPLANATION: let the two consecutive numbers be 'x' and 'x+1' their SUM equal to 101 x + x + 1 = 101 2x + 1 = 101 2x = 101 - 1 2x = 100 x = 100/2 x = 50 the GREATEST number = x + 1 = 50 + 1 = 51 |
|