document.write( "Question 239525: the sum of 2 numbers is 39 and the product is 360 what is the formula to calculate. I used my calculator and got 24 and 15 but my math teacher says I shouldn't use trial and error method
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #175777 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! the two numbers: x, y \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "the sum of 2 numbers is 39 \n" ); document.write( "x + y = 39 \n" ); document.write( "y = (39-x); use this form for substitution \n" ); document.write( ": \n" ); document.write( "the product is 360 \n" ); document.write( "x * y = 360 \n" ); document.write( "Substitute (39-x) for y \n" ); document.write( "x * (39-x) = 360 \n" ); document.write( "39x - x^2 = 360 \n" ); document.write( "A quadratic equation \n" ); document.write( "-x^2 + 39x - 360 = 0 \n" ); document.write( "; \n" ); document.write( "what is the formula to calculate. \n" ); document.write( "Solve the above equation for x, then find y \n" ); document.write( " \n" ); document.write( " |