document.write( "Question 98746This question is from textbook
\n" );
document.write( ": Five times the greatest of three consecutive even integers is equal to twice the sum of the two other integers plus 42. What are the three integers? \n" );
document.write( "
Algebra.Com's Answer #71882 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the first even integer \n" ); document.write( "x+2= second even integer \n" ); document.write( "x+4= third even integer \n" ); document.write( "So we have; \n" ); document.write( "5(x+4)=2(x+x+2)+42 \n" ); document.write( "5x+20=2x+2x+4+42 \n" ); document.write( "5x+20=4x+46 \n" ); document.write( "5x-4x=46-20 \n" ); document.write( "x=26 \n" ); document.write( "Now that we know x we can get the others; \n" ); document.write( "x=26; 1st integer \n" ); document.write( "x+2=28; 2nd integer \n" ); document.write( "x+4=30; 3rd integer \n" ); document.write( ":) \n" ); document.write( " |