document.write( "Question 841876: Using a quadratic equation (if possible) please solve the following:\r
\n" );
document.write( "\n" );
document.write( "The sum of 2 numbers is 48 and their product is 432. Find the numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #507261 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x+y=48 \n" ); document.write( "x*y=432 \n" ); document.write( "y=48-x\r \n" ); document.write( "\n" ); document.write( "x*(48-x)=432 \n" ); document.write( "48x-x^2-432=0 \n" ); document.write( "-(x-36) (x-12) = 0 \n" ); document.write( "x=12 \n" ); document.write( "y=36\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |