document.write( "Question 264075: write a quadratic equation having the given numbers as solutions.
\n" );
document.write( "3/5, -9 \n" );
document.write( "
Algebra.Com's Answer #194478 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! Equation is \n" ); document.write( "(x + 9)(5x - 3) = 0 which expands to \n" ); document.write( "5x^2 + 42x - 27 = 0 \n" ); document.write( " |