document.write( "Question 666186: 25 minus C to the fourth power \n" ); document.write( "
Algebra.Com's Answer #414330 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! (25-c)^4\r \n" ); document.write( "\n" ); document.write( "Use the binomial theorem.\r \n" ); document.write( "\n" ); document.write( "(4 choose 0)*25^0*(-c)^4 + (4 choose 1) * 25^1*(-c)^3 + (4 choose 2) * 25^2*(-c)^2 \n" ); document.write( "+ (4 choose 3) 25^3 *(-c)^1 + (4 choose 4) * (25^4) * -c^0\r \n" ); document.write( "\n" ); document.write( "c^4 + 4*25*-c^3 + 6 * 25^2 * (-c)^2 + 4 * 25^3 * (-c)^1 + 25^4\r \n" ); document.write( "\n" ); document.write( "c^4 -100c^3 + 3750c^2 -62500c + 390625 \n" ); document.write( " |