document.write( "Question 66302: Use the expansion of (1+x)^n; to expand: 1/(1+7x)^4, in ascending powers of x, as far as x^3 term. \n" ); document.write( "
Algebra.Com's Answer #47033 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Use the expansion of (1+x)^n; to expand: 1/(1+7x)^4, in ascending powers of x, as far as x^3 term. \n" ); document.write( "1/(1+7X)^4=(1+7X)^(-4) \n" ); document.write( "=1+[(-4)/1!](7X)+[(-4)(-5)/2!](7X)^2+[(-4)(-5)(-6)/3!](7X)^3+.... \n" ); document.write( "=1-28X+490X^2-6860X^3+... \n" ); document.write( " |