document.write( "Question 694404: Solve. Round results to the nearest thousandth.
\n" );
document.write( "2x^2+3x-7=0 \n" );
document.write( "
Algebra.Com's Answer #427883 by Waleak(2)![]() ![]() You can put this solution on YOUR website! There are no integers that when you add them make 3 and when you multiply them -7,so i'll use a formula to find out the roots and try to find the factored form. \n" ); document.write( "2x^2+3x-7=0 \n" ); document.write( "a=2 b=3 C=-7 ac=-14 \n" ); document.write( "D=b^2-4ac=9+56=65 \n" ); document.write( "x1,x2=(-b almighty formula D)/20 \n" ); document.write( "x1,2= (-3 almighty formula 65)/4 \n" ); document.write( "x1=(-3- square root 65)/4 \n" ); document.write( "x2=(-3+square root 65)/4 \n" ); document.write( "well,i found the roots.so now,i will use this to find out the factured form \n" ); document.write( "a(x-x2)(x-x2) \n" ); document.write( "a=2 \n" ); document.write( "x1=(-3-square root 65)/4 \n" ); document.write( "x2=(-3+square root 65)/4 \n" ); document.write( "2[x-(-3+square root 65)/4][x-(-3-square root 65)/4] \n" ); document.write( "This is the factured form. \n" ); document.write( " |