asked 172k views
4 votes
Express n! using product notation.

asked
User Pdinklag
by
7.6k points

2 Answers

5 votes
Hello,


n!=\prod_(i=1)^n{i}=1*2*3*4...*(n-1)*n
answered
User TheForbidden
by
8.0k points
4 votes

The factorial of a positive integer
n, is the product of all positive integers less than or equal to
n. The factorial of
n is written as
n!.

By definition


2!=2*1


3!=3*2*1


4!=4*3*2*1

Therefore


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

This can rewritten as


n!=n*(n-1)!


answered
User Cokorda Raka
by
7.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.