document.write( "Question 398806: Find two consecutive even integers such that six times the first integer equals four times the second integer. \n" ); document.write( "
Algebra.Com's Answer #282490 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let x, x+2 be the two numbers\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6x=4(x+2) \n" ); document.write( "6x=4x+8 \n" ); document.write( "6x-4x=8 \n" ); document.write( "2x=8 \n" ); document.write( "x=4 \n" ); document.write( "4 & 6 are the numbers \n" ); document.write( " |