InterviewSolution
Saved Bookmarks
| 1. |
Three times the first of three consecutive odd integers is 3 more than twice the third. The third integer is: |
|
Answer» Let the THREE integers be x, x + 2 and x+ 4. Then, 3X = 2(x + 4) + 3 x = 11 Third integer = x + 4 = 15. |
|