Saved Bookmarks
| 1. |
The sum of three consecutive inters is5 more than the smallest of the integer. Find the integers |
|
Answer» LET consequtive INTEGER be X,x+1,x+2 according to question x+x+1+x+2=x+5 2x=2 x=1 ans Step-by-step EXPLANATION: |
|