document.write( "Question 786153: Please help me solve this word problem \r
\n" );
document.write( "\n" );
document.write( "Find two consecutive even integers such that their sum is 125 more than half of the first integer. \n" );
document.write( "
Algebra.Com's Answer #806195 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( "x + (x+2) = 125 + x/2 \n" ); document.write( "2x + 2 = x/2 + 125 \n" ); document.write( "3x/2 = 123 \n" ); document.write( "x = 82\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 82 and 84. \n" ); document.write( " |