document.write( "Question 777087: Find two consecutive even integers such that twenty times the first is nineteen times the second. \n" ); document.write( "
Algebra.Com's Answer #806250 by CubeyThePenguin(3113) You can put this solution on YOUR website! consecutive even integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "20x = 19(x+2) \n" ); document.write( "20x = 19x + 38 \n" ); document.write( "x = 38\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 38 and 40. \n" ); document.write( " |