English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-09-21 20:37:05 · 10 answers · asked by John 1 in Science & Mathematics Mathematics

10 answers

n! = n(n-1)(n-2)(n-3)...(3)(2)(1)

There is no actual formula to solve for n!, but there is an approximation formula, Stirling's approximation:

sqrt(2pi*n)*(n^n)*e^(-n).

It's much better than one percent accurate when calculating the log of the factorial of a large number.

2006-09-24 15:28:37 · answer #1 · answered by Kemmy 6 · 0 0

Easiest way to think of it is, multiply the number by everything below it, down to 1:
2! = 2 x 1 = 2
3! = 3 x 2 x 1 = 6

And so on.

2006-09-23 16:14:45 · answer #2 · answered by Will S 2 · 0 0

n! is just whatever n is times by all integers that are below it. for example, 6! would be 6x5x4x3x2x1.
if you have a calculator, then there should be a button for it. the highest number that works on a calculator, i think is 69. this is because the number just gets so big!
the formula for it would be:
nx(n-1)x(n-2)x...x((n-n)+1).
or nx(n-1)x(n-2)x...x1.
Is that any help?

2006-09-21 23:19:11 · answer #3 · answered by Robert A 3 · 0 0

When n gets too big for a calculator to show the answer, you can estimate it pretty accurately with "Stirling's Approximation". The simplest form of this is:

log(n!) ~= n * (log(n) - 1)

There are various more accurate forms, one of which is:

n! ~= sqrt(2 * PI * n) * n^n * exp(-n + 1/(12n))

2006-09-22 00:20:53 · answer #4 · answered by Anonymous · 0 0

I prefer the definition :

n! = 1*2*3*4*......*(n-1)*n

2006-09-21 20:49:24 · answer #5 · answered by Helmut 7 · 1 0

n! = n*(n-1)*(n-2)...(n-(n+1))

conditions:
n element of Natural numbers
0! = 1

examples:
2! = 2
3! = 6
4! = 24

2006-09-21 20:42:36 · answer #6 · answered by Anonymous · 2 0

n!=n(n-1)(n-2)(n-3)...(n-n+1)
with n being a naatural number

2006-09-21 21:13:24 · answer #7 · answered by Anonymous · 1 0

for n integers
0! = 1
n! = n*(n-1)!
this is product of all numbers from 1 to n.

2006-09-21 21:16:06 · answer #8 · answered by Mein Hoon Na 7 · 1 0

this mite be a little advanced but:

n! = [integral from (x=0 --> infinity)] (x^(n-1)*e^(-x))

enjoy math

live to do math ... do math to live

2006-09-21 21:33:51 · answer #9 · answered by babeladitya 1 · 0 0

1x2x3x....x(n-2)x(n-1)xn

2006-09-21 20:46:38 · answer #10 · answered by zekips 2 · 1 0

fedest.com, questions and answers