document.write( "Question 512744: Find two consecutive even integers such that the sum of the larger and 3 times the smaller is 234.
\n" );
document.write( "As far as I got was x+3x=234 but then I got stuck and was not even sure that was right. \n" );
document.write( "
Algebra.Com's Answer #342735 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! consecutive even means that they're two apart ___ x and x+2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x+2) + (3x) = 234 ___ 4x + 2 = 234 \n" ); document.write( " |