Express n! using product notation?
By definition n! = n*(n-1)*(n-2)*...*5*4*3*2*1 for example, 7! = 7*6*5*4*3*2*1 Notice how I start with 7 and count down to 1 (multiplying each number)
I understand that part, but what exactly is product notation?
product just means multiply I guess you could represent it like this \[\Large \prod_{k=1}^{n}k\] which is a short hand for what I wrote above
You know summation ( \(\sum\) ) ? Product notation is "multiplication version" of summation.
the big pi symbol is like the sigma symbol (which was used for sums) but it's used for products
So they're asking for n! in that format?
Oh, never mind. I get it, that is n! in product notation, right?
yes \[\Large n! = \prod_{k=1}^{n}k\]
since \[\Large \prod_{k=1}^{n}k = 1*2*\cdots *(n-1)*n\] and you can rearrange the factors
Join our real-time social learning platform and learn together with your friends!