document.write( "Question 611509: Find the partial fraction decomposition for each rational expression.\r
\n" );
document.write( "\n" );
document.write( "(11-2x)/(x^2-8x+16) \n" );
document.write( "
Algebra.Com's Answer #384983 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Finding partial fractions essentially the process of \"un-adding\" fractions. \n" ); document.write( "As you know, when fractions are added the denominators must be the same. And the matching denominator was the least common multiple of the denominators of the fractions to be added. So the denominator we have, \n" ); document.write( "So we interested in finding what denominators could there have been to have \n" ); document.write( " \n" ); document.write( "With these factors the fractions we could have that would have \n" ); document.write( " \n" ); document.write( "Now we just have to figure out what \"A\" and what \"B\" would make these two fractions add up to \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Now we add: \n" ); document.write( " \n" ); document.write( "This fraction is supposed to be equal to \n" ); document.write( "Ax - 4A + B = 11 - 2x \n" ); document.write( "From this we can, believe it or not, figure out the \"A\" and the \"B\". The x term on the left is Ax and on the right it is -2x. They have to match so A = -2. \n" ); document.write( "The constant term on the left is -4A + B and on the right it is 11. These have to match also. So -4A + B = 11. Using the found value for A we get: \n" ); document.write( "-4(-2) + B = 11 \n" ); document.write( "Solving for B... \n" ); document.write( "8 + B = 11 \n" ); document.write( "B = 3 \n" ); document.write( "So \n" ); document.write( " |