Difference between revisions of "User:Temperal/The Problem Solver's Resource7"
(→<span style="font-size:20px; color: blue;">Combinatorics</span>) |
(→Factorial) |
||
Line 8: | Line 8: | ||
<!-- will fill in later! --> | <!-- will fill in later! --> | ||
==Factorial== | ==Factorial== | ||
− | The factorial of a number <math>n</math> is <math>n(n-1)(n-2)...(1 | + | The factorial of a number <math>n</math> is <math>n(n-1)(n-2)...(1)</math> or also as <math>\prod_{a=0}^{n-1}(n-a)</math>,and is denoted by <math>n!</math>. |
+ | |||
+ | Also, <math>0!=1</math>. | ||
[[User:Temperal/The Problem Solver's Resource6|Back to page 6]] | [[User:Temperal/The Problem Solver's Resource8|Continue to page 8]] | [[User:Temperal/The Problem Solver's Resource6|Back to page 6]] | [[User:Temperal/The Problem Solver's Resource8|Continue to page 8]] | ||
|}<br /><br /> | |}<br /><br /> |
Revision as of 20:17, 5 October 2007
CombinatoricsFactorialThe factorial of a number is or also as ,and is denoted by . Also, . |