document.write( "Question 130592This question is from textbook
\n" ); document.write( ": the sum of two numbers is 12. three times the product of the numbers is 105. what re the twoo numbers? \n" ); document.write( "
Algebra.Com's Answer #95383 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
X+Y=12 OR X=12-Y
\n" ); document.write( "3XY=105
\n" ); document.write( "3(12-Y)Y=105
\n" ); document.write( "36Y-3Y^2=105
\n" ); document.write( "-3Y^2+36Y-105=0
\n" ); document.write( "-3(Y^2-12Y+35)=0
\n" ); document.write( "(X-5)(X-7)=0
\n" ); document.write( "Y-5=0
\n" ); document.write( "Y=5 ANSWER.
\n" ); document.write( "Y-7=0
\n" ); document.write( "Y=7 ANSWER.
\n" ); document.write( "
\n" );