document.write( "Question 680789: use the quadrtic formula for:
\n" );
document.write( "
\n" );
document.write( "4x^2+x-3=0 \n" );
document.write( "
Algebra.Com's Answer #422458 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 4x^2+x-3=0 \n" ); document.write( "compare with ax^2+bx+c=0 \n" ); document.write( "Find the roots of the equation by quadratic formula \n" ); document.write( "a= 4 b= 1 c= -3 \n" ); document.write( " \n" ); document.write( "b^2-4ac= 1 - -48 \n" ); document.write( "b^2-4ac= 49 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x1=( -1 + 7 )/ 8 \n" ); document.write( "x1= 0.75 \n" ); document.write( "x2=( -1 -7 ) / 8 \n" ); document.write( "x2= -1 \n" ); document.write( "The roots are 0.75,-1 \n" ); document.write( " \n" ); document.write( " |