I just typed out how to do it and then my post was deleted
I'm just gonna give the summary:
fill in a,b,c,d for the blanks.
Then, find a common denominator for all variables on the right side. At this point it should look like the image below:
8x3+24x2+15x+1(x+1)(x−1)(x)(x+3)=a(x+1)x(x+3)(x+1)(x−1)(x)(x+3)+b(x+1)x(x−1)(x+1)(x−1)(x)(x+3)+c(x+1)(x−1)(x+3)(x+1)(x−1)(x)(x+3)+d(x−1)x(x+3)(x+1)(x−1)(x)(x+3)
You can cancel the denominator on both sides and foil the polynomials on the right side (but do not multiply by a,b,c or d):
8x3+24x2+15x+1=a(x3+4x2+3x)+b(x3+x2−x−1)+c(x3+2x2−3x)+d(x3−2x2+1)
x3 can only be paired with x3, x2 with x2, and so on. This means ax3+bx3+cx3+dx3=8x3, or a+b+c+d=8. We can apply this rule to x3,x2,x, and the constant. So we get:
a+b+c+d=84a+b+2c−3d=243a−b−3c=15−c+d=1
You may use any method to solve this system of equations. The first step is to substitute d=c+1 into every equation. I used matrices to solve from there, but you may want to add/subtract equations depending on your knowledge. You should get the final answer:
a=469,b=5,c=−149,d=−59 |
p.s: you would probably have more success in getting replies if you typed your equation into the website's built-in LaTeX editor. Just sayin'