document.write( "Question 114358: I need help finding the zeros of the function algebraically.
\n" );
document.write( "f(x)=2x2-7x-30
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #83211 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! f(x)=2x2-7x-30 \n" ); document.write( "------------ \n" ); document.write( "2x^2-7x-30 = 0 \n" ); document.write( "2x^2-12x+5x-30 = 0 \n" ); document.write( "2x(x-6)+5(x-6)=0 \n" ); document.write( "(x-6)(2x+5) = 0 \n" ); document.write( "x = 6 or x = -5/2 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |