document.write( "Question 997807: Write out the expression: For two consecutive even integers, 5 times the smaller number minus twice the larger is one-fifth of the square of the larger number \n" ); document.write( "
Algebra.Com's Answer #805609 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( "5x - 2(x+2) = 1/5 * (x+2)^2 \n" ); document.write( " |