ok.......so 100/(x2)(10-x) can be written in the form A/x2+B/x+C(10-x) where A, B and C are constants whose values are to be found
100/(x2)(10-x)=A/(x2)+B/x+C/(10-x)...........(X)
now the trick is first find the values of A and C by substituting an appropriate value of x, then find B by a algebraic method
to find A, first multiply every term of (X) by x2
100/(10-x)=A+Bx+Cx2/(10-x)
now put x=0
100/10=A+0+0
A=10
to find C, first multiply every term of (X) by (10-x)
100/(x2)=A(10-x)/(x2)+B(10-x)/x+C
now put x=10
1=0+0+C
C=1
now to find B first put values of A and C in (X)
100/(x2)(10-x)=10/(x2)+B/x+1/(10-x)
100/(x2)(10-x)=[10(10-x)+Bx(10-x)+x2)]/(x2(10-x)
100/(x2)(10-x)=[100-10x+10Bx-Bx2+x2]/(x2(10-x)
multiply by x2(10-x) and simplify
100=100+(10B-10)x+(1-B)x2
100+0x+0x2=100+(10B-10)x+(1-B)x2
coefficient of x must be 0
10B-10=0
10B=10
B=1
coefficient of x2must be 0
1-B=0
B=1
so 100/(x2)(10-x)=10/(x2)+1/x+1/(10-x)
is this correct?