document.write( "Question 1043015: The sum of 2 numbers is 20 and their product is 75. What are the 2 numbers? \n" ); document.write( "
Algebra.Com's Answer #658089 by jorel555(1290) ![]() You can put this solution on YOUR website! Let the two numbers be m and n. Then: \n" ); document.write( "m+n=20 \n" ); document.write( "n=20-m \n" ); document.write( "m(20-m)=75 \n" ); document.write( "mē-20m+75=0 \n" ); document.write( "(m-15)(m-5)=0 \n" ); document.write( "m=15,5 \n" ); document.write( "Your two numbers are 15 and 5. ☺☺☺☺ \n" ); document.write( " |