document.write( "Question 669506: How can I express the following expression in partial fractions: \r
\n" );
document.write( "\n" );
document.write( "9x^2 - 22x + 9 / x^3 - 4x^2 + 3x\r
\n" );
document.write( "\n" );
document.write( "Help me ASAP.\r
\n" );
document.write( "\n" );
document.write( "Thanks in advance. \n" );
document.write( "
Algebra.Com's Answer #416410 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! express the following expression in partial fractions: \r \n" ); document.write( "\n" ); document.write( "9x^2 - 22x + 9 / x^3 - 4x^2 + 3x \n" ); document.write( "---- \n" ); document.write( "x^3 - 4x^2 + 3x = x(x^2-4x+3) \n" ); document.write( "------ \n" ); document.write( "Rewrite: \n" ); document.write( "9x^2-22x+9 /x^3 -4x^2+3x = a/x + bx+c/(x^2-4x+3) \n" ); document.write( "---- \n" ); document.write( "9x^2-22x+9 = a(x^2-4x+3) + (bx+c)x \n" ); document.write( "---- \n" ); document.write( "9x^2-22x+9 = ax^2 -4ax + 3a + bx^2 + cx \n" ); document.write( "---- \n" ); document.write( "9x^2 - 22x + 9 = (a+b)x^2 +(-4a+c)x + 3a \n" ); document.write( "----- \n" ); document.write( "Equate the coefficients of Like terms to get: \n" ); document.write( "Equations: \n" ); document.write( "a+b = 9 \n" ); document.write( "-4a+c = -22 \n" ); document.write( "3a = 9 \n" ); document.write( "----- \n" ); document.write( "Solve for a, b, c: \n" ); document.write( "a = 3 \n" ); document.write( "b = 9-a = 6 \n" ); document.write( "c = -22+4a = -10 \n" ); document.write( "---- \n" ); document.write( "Partial-Fraction Form \n" ); document.write( "Fraction = 3/x + (6x-10)/(x^2-4x+3) \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |