Monday, June 10, 2013

Find three consecutive integers where the sum of the two smaller integers is 4 more than 3 times the largest.

n+(n+1)=3(n+2)+4 
2n+1=3n+10 
1-10=3n-2n 
n=-9 


:)

No comments: