document.write( "Question 855736: find a condition so that a quadratic equation have the roots such that one is the square of other \n" ); document.write( "
Algebra.Com's Answer #515666 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
let one root = 3; the other root = 9
\n" ); document.write( "(x-3)(x-9) = 0
\n" ); document.write( "Foil
\n" ); document.write( "x^2 - 12x + 27 = 0
\n" ); document.write( "
\n" );