document.write( "Question 842931: find two consecutive even integers such that five times the smaller integer is ten more than three times the larger integer \n" ); document.write( "
Algebra.Com's Answer #507895 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! two consecutive even integers x,x+2 \n" ); document.write( "3(x+2) = 5x - 10 \n" ); document.write( "3x +6 = 5x -10 \n" ); document.write( "2x = 16 \n" ); document.write( "x =8\r \n" ); document.write( "\n" ); document.write( "8,10 \n" ); document.write( " |