document.write( "Question 1008684: one positive number is 6 less than twice a second number, and the product is 140. Find the two numbers\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #624281 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the numbers x and y. Thus we have \n" ); document.write( "xy = 140 \n" ); document.write( "and \n" ); document.write( "x = 2y - 6 \n" ); document.write( "Now substitute into the first equation and get \n" ); document.write( "(2y - 6)(y) = 140 \n" ); document.write( "2y^2 - 6y - 140 = 0 \n" ); document.write( "y^2 - 3y - 70 = 0 \n" ); document.write( "(y - 10)(y + 7) = 0 \n" ); document.write( "y = 10 or y = 7 \n" ); document.write( "but it needs to be positive so \n" ); document.write( "y = 10 and then \n" ); document.write( "x = 14 \n" ); document.write( " |