document.write( "Question 288872: Place the following equation in the standard form of a quadratic equation:
\n" );
document.write( "4/x^2+3/x-10=0. Please tell me what is a, b, and c. \n" );
document.write( "
Algebra.Com's Answer #209314 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! We need to get the equation in the standard form:\r \n" ); document.write( "\n" ); document.write( "a*x^2 + b*x + c = 0\r \n" ); document.write( "\n" ); document.write( "4/x^2+3/x-10=0\r \n" ); document.write( "\n" ); document.write( "Multiply both sides of the equation above to clear x from the denominators:\r \n" ); document.write( "\n" ); document.write( "(4/x^2)*x^2 + (3/x)*x^2 - 10*x^2 = 0*x^2\r \n" ); document.write( "\n" ); document.write( "4 + 3x - 10x^2 = 0\r \n" ); document.write( "\n" ); document.write( "-10x^2 + 3x + 4 = 0\r \n" ); document.write( "\n" ); document.write( "a = -10 \n" ); document.write( "b = 3 \n" ); document.write( "c = 4\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |