document.write( "Question 256619: Find three consecutive integers such that the sum of the first and third is 84 \n" ); document.write( "
Algebra.Com's Answer #188720 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find three consecutive integers such that the sum of the first and third is 84 \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( "Equation: \n" ); document.write( "x-1+x+1 = 84 \n" ); document.write( "2x = 84 \n" ); document.write( "x = 42 (2nd) \n" ); document.write( "x-1 = 41 (1at) \n" ); document.write( "x+1 = 43 (3rd) \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |