document.write( "Question 340505: Sum of two numbers=15
\n" );
document.write( "Product of the numbers=36
\n" );
document.write( "Find the numbers \n" );
document.write( "
Algebra.Com's Answer #244013 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! X+Y=15 OR X=15-Y \n" ); document.write( "XY=36 \n" ); document.write( "REPLACE X WITH (15-Y) IN THE ABOVE EQUATION & SOLVE FOR Y. \n" ); document.write( "(15-Y)Y=36 \n" ); document.write( "15Y-Y^2-36=0 \n" ); document.write( "Y^2-15Y+36=0 \n" ); document.write( "(Y-12)(Y-3)=0 \n" ); document.write( "Y-12=0 \n" ); document.write( "Y=12 ANS. \n" ); document.write( "Y-3=0 \n" ); document.write( "Y=3 ANS. \n" ); document.write( " |