document.write( "Question 2539: 8x^2-x-7\r
\n" );
document.write( "\n" );
document.write( "THANK YOU!!! \n" );
document.write( "
Algebra.Com's Answer #1086 by kiru_khandelwal(79)![]() ![]() ![]() You can put this solution on YOUR website! in a quadratic equation\r \n" ); document.write( "\n" ); document.write( "ax^2+bx+c = 0 \n" ); document.write( "x = (-b + sqrt(b^2-4ac))/2a and (-b - sqrt(b^2-4ac))/2a\r \n" ); document.write( "\n" ); document.write( "so for the quadratic equation \n" ); document.write( "8x^2-x-7 \r \n" ); document.write( "\n" ); document.write( "a=8, b=-1, c=-7\r \n" ); document.write( "\n" ); document.write( "therefore, x = (-(-1) + sqrt((-1)^2 - 4*8*(-7)))/2*8 = (1+sqrt(225))/16 =(1+15)/16=1\r \n" ); document.write( "\n" ); document.write( "and also \n" ); document.write( "x = (-(-1) - sqrt((-1)^2 - 4*8*(-7)))/2*8 = (1-sqrt(225))/16 =(1-15)/16=-14/16 = -7/8\r \n" ); document.write( "\n" ); document.write( "so x = 1, -7/8 \n" ); document.write( " |