document.write( "Question 301870: My problem is solving each equation using the quadratic fromula, I know how to do the work, but what i don't know is what formula to use like
\n" );
document.write( "-b/2a or -b plus or minus the square root of b squared minus 4 multiplied by a and c over 2a or h=-16t squared plus vt plus s. This is one of the problems
\n" );
document.write( "on my worksheet 10x squared minus 6x -1 =0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #216451 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 10x^2-6x-1\r \n" ); document.write( "\n" ); document.write( "a=10 b=-6 c=-1\r \n" ); document.write( "\n" ); document.write( "The roots of the equation are x1 & x2\r \n" ); document.write( "\n" ); document.write( "x1 = -(-6) + sqrt(-6*-6 -4*10*-1) / 2*10\r \n" ); document.write( "\n" ); document.write( "x1= 6+ sqrt(36+40) /20\r \n" ); document.write( "\n" ); document.write( "x1= 6 +sqrt(76) / 20 \n" ); document.write( "x1=0.735\r \n" ); document.write( "\n" ); document.write( "x2=6 -sqrt(76) / 20\r \n" ); document.write( "\n" ); document.write( "x2= -0.135\r \n" ); document.write( "\n" ); document.write( "ananth \n" ); document.write( " |