document.write( "Question 148729: The problem is to solve the quadratic equation using the Indian method of multiplying each term in the equation by four times the coefficient of the
\n" );
document.write( "x sqrt 2 term.
\n" );
document.write( "The equation is: x^ - 2x - 13 = 0
\n" );
document.write( "I am totally stumped. Please help.\r
\n" );
document.write( "\n" );
document.write( "Ellen \n" );
document.write( "
Algebra.Com's Answer #109079 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! x^2 - 2x - 13 = 0\r \n" ); document.write( "\n" ); document.write( "x^2 - 2x =13\r \n" ); document.write( "\n" ); document.write( "4x^2-8x=52\r \n" ); document.write( "\n" ); document.write( "4x^2-8x+4=56 \n" ); document.write( "(2x-2)^2=56 \n" ); document.write( "2x-2=sqrt(56) or 2x-2=-sqrt(56) \n" ); document.write( "x=(sqrt(56)+2)/2 or x=(-sqrt(56)+2)/2 \n" ); document.write( " |