document.write( "Question 1063417: multiply 1 to 100 \n" ); document.write( "
Algebra.Com's Answer #678500 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!
That would be 100 factorial, 100! where n! = n*(n-1)*(n-2)…*(2)*(1) (and n!=1 if n=0). \r
\n" ); document.write( "\n" ); document.write( "The first few factorial values:
\n" ); document.write( "0! = 1 (by definition)
\n" ); document.write( "1! = 1
\n" ); document.write( "2! = 2*1 = 2
\n" ); document.write( "3! = 3*2*1 = 6
\n" ); document.write( "4! = 24
\n" ); document.write( "5! = 120
\n" ); document.write( "6! = 720
\n" ); document.write( "7! = 5040
\n" ); document.write( "8! = 40320
\n" ); document.write( "9! = 362880
\n" ); document.write( "10! = 3628800
\n" ); document.write( "From here on, as we increase n, we add at least one more digit, and often 2 more digits, to the factorial calculation n!, so you can see the number will be enormous by the time we get all the way to 100 because we still have 90 more numbers to multiply.
\n" ); document.write( "--
\n" ); document.write( "I found a website that has a factorial calculator and they show the answer to be (approximately) \"highlight%289.332622x10%5E157%29\".
\n" ); document.write( "—\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );