document.write( "Question 147988: The sum of three consecutive even integers is fifty-four. The sum of the first two consecutive integers is 34. What is the first consecutive integer? \n" ); document.write( "
Algebra.Com's Answer #108368 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The sum of three consecutive even integers is fifty-four. The sum of the first two consecutive integers is 34. What is the first consecutive integer? \n" ); document.write( ". \n" ); document.write( "Let x = 1st of three consecutive even integers \n" ); document.write( "x+2 = 2nd of three consecutive even integers \n" ); document.write( "x+4 = 3rd of three consecutive even integers \n" ); document.write( ". \n" ); document.write( "From: \"The sum of three consecutive even integers is fifty-four.\" we get our equation: \n" ); document.write( "x + (x+2) + (x+4) = 54 \n" ); document.write( "3x + 6 = 54 \n" ); document.write( "3x = 48 \n" ); document.write( "x = 16 (this is the 1st of three consecutive even integers) \n" ); document.write( " |