51
\n" );
document.write( "201! - 200! = 201*200! - 200! = 200*200!
\n" );
document.write( "To find the number of trailing zeros in any n! determine the number of times it is divisible by all smaller powers of 5.
\n" );
document.write( "The reason it works is that zeros happen whenever 10 is a factor, and 5 and 2 are factors of 10. Find the number of 5's that factor into the n! n, also the number of 5x5's and 5x5x5's etc.
\n" );
document.write( "Ignore remainders
\n" );
document.write( "200/5 = 40 + 200/25=8 + 200/125=1 = 49.
\n" );
document.write( "But this n! is multiplied by another number. Each of the zeros at the end of 200 will create a trailing 0. So it's 49+2 = 51.
\r
\n" );
document.write( "\n" );
document.write( "
If you need help understanding math so you can solve these problems yourself, then one on one online tutoring is the answer ($30/hr). If you need faster solutions with guaranteed detailed answers, then go with personal problem solving ($3.50-$5.50 per problem). Contact me at fcabanski@hotmail.com
\n" );
document.write( "
\n" );
document.write( "