document.write( "Question 275262: Can someone help with the following problem with finding the zeroes?\r
\n" );
document.write( "\n" );
document.write( "f(x) = 5x^2 - 2x - 1 \n" );
document.write( "
Algebra.Com's Answer #200769 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Can someone help with the following problem with finding the zeroes? \n" ); document.write( "f(x) = 5x^2 - 2x - 1 \n" ); document.write( "------------------- \n" ); document.write( "Use the quadratic formula: \n" ); document.write( "a = 5 ; b = -2 ; c =-1 \n" ); document.write( "--- \n" ); document.write( "x = [2 +- sqrt(4-4*5*-1)]/10 \n" ); document.write( "--- \n" ); document.write( "x = [2 +- sqrt(24)]/10 \n" ); document.write( "--- \n" ); document.write( "x = [2 +- 2sqrt(6)]/10 \n" ); document.write( "--- \n" ); document.write( "x = [1 +- sqrt(6)]/5 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |