document.write( "Question 259992: write a quadratice equation having the given numbers as solutions -7 and 1
\n" );
document.write( "use standard form, x as a variable \n" );
document.write( "
Algebra.Com's Answer #191435 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! write a quadratice equation having the given numbers as solutions -7 and 1 \n" ); document.write( "use standard form, x as a variable \n" ); document.write( "--------------- \n" ); document.write( "x = -7 so x+7 = 0 \n" ); document.write( "x = 1 so x-1 = 0 \n" ); document.write( "---------------------- \n" ); document.write( "Multiply to get: \n" ); document.write( "y = (x+7)(x-1) \n" ); document.write( "y = x^2+6x-7 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |