document.write( "Question 41850: Expand and simplify (2-(1/n))^6 \r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #27096 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We can use the tenets of binomial expansion to help us...so that \n" ); document.write( "(2-(1/n))^6 = 2^6 - 6*(2^5)*(1/n) + 15*(2^4)*(1/n)^2 - 20*(2^3)*(1/n)^3 + 15*(2^2)*(1/n)^4 - 6*(2)*(1/n)^5 + (1/n)^6 = \n" ); document.write( "64 - 192/n + 240/n^2 - 160/n^3 + 60/n^4 - 12/n^5 + 1/n^6 \n" ); document.write( " |