document.write( "Question 427964: Find three consecutive even integers
\n" );
document.write( "such that twice the smallest plus three
\n" );
document.write( "times the largest will result
\n" );
document.write( "in the middle integer plus 98. \n" );
document.write( "
Algebra.Com's Answer #297538 by John10(297)![]() ![]() You can put this solution on YOUR website! Let x be the smallest even number then x + 2 and x + 4 are the second and third even numbers respectively.\r \n" ); document.write( "\n" ); document.write( "The sum of twice of smallest number and three times of the largest number is equal to the sum of second number plus 98\r \n" ); document.write( "\n" ); document.write( "2x + 3(x+4) = (x+2)+ 98 \n" ); document.write( "2x + 3x + 12 = x + 100 \n" ); document.write( "4x = 88 \n" ); document.write( "x = 22\r \n" ); document.write( "\n" ); document.write( "Thus the smallest number is 22 \n" ); document.write( "the middle number is 24 \n" ); document.write( "the largest number is 26\r \n" ); document.write( "\n" ); document.write( "Let me know if you have any question! John10 \n" ); document.write( " |