document.write( "Question 762446: Find two consecutive even integers such that the sum of three first and three times the second is 8 less than 62
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #463962 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! First integer = x \n" ); document.write( "Second integer = x + 2 \n" ); document.write( "3(x) + 3(x + 2) = 62 - 8 \n" ); document.write( " 3x + 3x + 6 = 54 \n" ); document.write( " 6x = 54 - 6 \n" ); document.write( " 6x = 48 \n" ); document.write( " x = 8 \n" ); document.write( "First integer = 8 \n" ); document.write( "Second integer = 10 \n" ); document.write( "Proof: \n" ); document.write( "3(x) + 3(x + 2) = 62 - 8 \n" ); document.write( "3(8) + 3(8 + 2) = 54 \n" ); document.write( " 24 + 30 = 54 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |