document.write( "Question 895293: The sum of the first and third of three consecutive even integers is 148. Find the three even intergers \n" ); document.write( "
Algebra.Com's Answer #542702 by harpazo(655)![]() ![]() You can put this solution on YOUR website! x = first consecutive even number\r \n" ); document.write( "\n" ); document.write( "x + 2 = second consucutive even number\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + 4 = third consecutive even number\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + x + 4 = 148\r \n" ); document.write( "\n" ); document.write( "2x + 4 = 148\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x = 148 - 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x = 144\r \n" ); document.write( "\n" ); document.write( "x = 144/2\r \n" ); document.write( "\n" ); document.write( "x = 72\r \n" ); document.write( "\n" ); document.write( "Here are the three consecutive even numbers:\r \n" ); document.write( "\n" ); document.write( "72, 74 and 76.\r \n" ); document.write( "\n" ); document.write( "Did you follow? \n" ); document.write( " |