document.write( "Question 885979: find the quadratic equation whose roots is;
\n" ); document.write( "three times the roots of 3x^2-10x+3=0
\n" ); document.write( "

Algebra.Com's Answer #535599 by basketball1127(19)\"\" \"About 
You can put this solution on YOUR website!
Let m and n be the roots of 3x^2-10x+3=0
\n" ); document.write( "Let p and q be the roots of the new quadratic equation(ax^2+bx+c)
\n" ); document.write( "Then 3m=p, 3n=q\r
\n" ); document.write( "\n" ); document.write( "m+n=\"-b%2F2a\"=\"-%28-10%29%2F2%283%29\"=\"10%2F6\"=\"5%2F3\"
\n" ); document.write( "mn= \"c%2Fa\"=\"3%2F3\"=\"1\"\r
\n" ); document.write( "\n" ); document.write( "so,
\n" ); document.write( "p+q = 3m+3n = 3(m+n) = 3(5/3) = 5
\n" ); document.write( "pq = (3m)(3n) = 9mn = 9(1) = 9\r
\n" ); document.write( "\n" ); document.write( "Since the new \"-b%2F2a\" = 5 and the new \"c%2Fa\" = 9
\n" ); document.write( "Then a=1 , b=-10 , c=9\r
\n" ); document.write( "\n" ); document.write( "so \"ax%5E2%2Bbx%2Bc\" = \"1%28x%5E2%29%2B%28-10%29x%2B9\" = \"x%5E2-10x%2B9\"
\n" ); document.write( "
\n" );