document.write( "Question 1111821: find two consecutive even integers such that six times the smaller integer equals five times the larger integer. \n" ); document.write( "
Algebra.Com's Answer #726845 by math_helper(2461) You can put this solution on YOUR website! \n" ); document.write( "The integers are x and x+1\r \n" ); document.write( "\n" ); document.write( "6(x) = 5(x+1) \n" ); document.write( "6x = 5x + 5 \n" ); document.write( "x = 5 \n" ); document.write( "———\r \n" ); document.write( "\n" ); document.write( "Ans: The numbers are 5 and 6 \n" ); document.write( "——— \n" ); document.write( "Check: 6*(5) = 30 = 5*(6) \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |