document.write( "Question 294743: Two positive numbers have a difference of 4 and a product of 96. What are the numbers \n" ); document.write( "
Algebra.Com's Answer #212530 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two positive numbers have a difference of 4 and a product of 96. What are the numbers \n" ); document.write( "---------------- \n" ); document.write( "Equations: \n" ); document.write( "x - y = 4 \n" ); document.write( "xy = 96 \n" ); document.write( "------------------- \n" ); document.write( "Rearrange to get: \n" ); document.write( "x = y+4 \n" ); document.write( "---- \n" ); document.write( "Substitute for \"x\" and solve for \"y\": \n" ); document.write( "(y+4)y = 96 \n" ); document.write( "y^2 + 4y - 96 = 0 \n" ); document.write( "(y-8)(y+12) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "y = 8 \n" ); document.write( "---- \n" ); document.write( "If y = 8 then 8x = 96 \n" ); document.write( "x = 12 \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |