document.write( "Question 264406: The smallest of three consecutive integers is 18 less than the sum of the two larger integers. Find the integers \n" ); document.write( "
Algebra.Com's Answer #194661 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The smallest of three consecutive integers is 18 less than the sum of the two larger integers. Find the integers \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( "Inequality: \n" ); document.write( "x-1 = 2x+1-18 \n" ); document.write( "x-1 = 2x-17 \n" ); document.write( "x = 16 \n" ); document.write( "x-1 = 15 \n" ); document.write( "x+1 = 17 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |