document.write( "Question 802528: Find two consecutive even integers such that the sum of the larger and twice the smaller is 62 \n" ); document.write( "
Algebra.Com's Answer #483924 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Find two consecutive even integers such that the sum of the larger and twice the smaller is 62\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let the even numbers be x & x+2\r \n" ); document.write( "\n" ); document.write( "(x+2)+2x=62\r \n" ); document.write( "\n" ); document.write( "x+2+2x=62\r \n" ); document.write( "\n" ); document.write( "3x+2=62\r \n" ); document.write( "\n" ); document.write( "3x=62-2 \n" ); document.write( "3x=60 \n" ); document.write( "/3 \n" ); document.write( "x=20\r \n" ); document.write( "\n" ); document.write( "20 & 22 are the numbers \n" ); document.write( " |