document.write( "Question 933235: the sum of three consecutive integers is 26 more than the smallest integer \n" ); document.write( "
| Algebra.Com's Answer #566686 by stanbon(75887)      You can put this solution on YOUR website! the sum of three consecutive integers is 26 more than the smallest integer \n" ); document.write( "------ \n" ); document.write( "1st:: x-1 \n" ); document.write( "2nd:: x \n" ); document.write( "3rd:: x+1 \n" ); document.write( "------- \n" ); document.write( "Sum = 3x = (x-1)+26 \n" ); document.write( "3x = x+25 \n" ); document.write( "2x = 25 \n" ); document.write( "x = 12.5 \n" ); document.write( "---- \n" ); document.write( "Not an integer. \n" ); document.write( "No solution. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------- \n" ); document.write( " |