document.write( "Question 263326: Write a quadratic expression having the given numbers as solutions\r
\n" );
document.write( "\n" );
document.write( "3/5, -9 \n" );
document.write( "
Algebra.Com's Answer #194045 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! It's always \n" ); document.write( "(x - a)*(x - b) = 0 where a and b are the solutions \n" ); document.write( "(x - 3/5)*(x + 9) = 0 \n" ); document.write( "(5x-3)*(x+9) = 0 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |