document.write( "Question 1014150: The product of two consecutive even numbers decreased by three times the larger number is fifty find BOTH numbers show all work \n" ); document.write( "
Algebra.Com's Answer #805538 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even numbers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x)(x+2) - 3(x+2) = 50 \n" ); document.write( "x^2 + 2x - 3x - 6 = 50 \n" ); document.write( "x^2 - x - 56 = 0 \n" ); document.write( "(x - 8)(x + 7) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is even, so x = 8. The numbers are 8 and 10. \n" ); document.write( " |