document.write( "Question 1000982: Solve using the quadratic formula. f(x)=x^2+8x-3\r
\n" );
document.write( "\n" );
document.write( "Show work please, thanks/. \n" );
document.write( "
Algebra.Com's Answer #618292 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Here, a=1, b=8, and c=-3. \n" ); document.write( "Plugging in to the quadratic formula we get \n" ); document.write( "x = (-8 +/- sqrt(8^2 - 4(1)(-3)))/2 \n" ); document.write( "x = (-8 +/- sqrt(64 + 12))/2 \n" ); document.write( "x = (-8 +/- sqrt(76))/2 \n" ); document.write( "x = (-8 +/- 2*sqrt(19))/2 \n" ); document.write( "x = -4 +/- sqrt(19 \n" ); document.write( " |