document.write( "Question 34443: Find two numbers, given that the second is 3 times the first. If you multiply the first number by the second number and the second number by 4, the sum of the products is 420. \n" ); document.write( "
Algebra.Com's Answer #20699 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
Find two numbers, given that the second is 3 times the first. If you multiply the first number by the second number and the second number by 4, the sum of the products is 420.
\n" ); document.write( "LET FIRST NUMBER =X
\n" ); document.write( "SEOND NUMBER =3 TIMES FIRST =3*X
\n" ); document.write( "MULTIPLY THE FIRST NUMBER BY SECOND WE GET =X*3X=3X^2
\n" ); document.write( "MULTIPLY SECOND NUMBER BY 4 WE GET =4*3*X=12X
\n" ); document.write( "SUM OF 2 PRODUCTS =3X^2+12X=420...DIVIDING WITH 3 WE GET
\n" ); document.write( "X^2+4X=140
\n" ); document.write( "X^2+4X-140=0
\n" ); document.write( "X^2+14X-10X-140=0
\n" ); document.write( "X(X+14)-10(X+14)=0
\n" ); document.write( "(X-10)(X+14)=0
\n" ); document.write( "X-10=0 ....OR....X=10
\n" ); document.write( "SO THE 2 NUMBER ARE 10 AND 30....\r
\n" ); document.write( "\n" ); document.write( "OTHER POSSIBILITY IS X+14=0...OR X=-14...THE SECOND NUMBER IS -42
\n" ); document.write( "
\n" );