Calculating n!(N-n)!: N = 16, n = 3

  • Thread starter Thread starter mouse
  • Start date Start date
mouse
Messages
19
Reaction score
0
N!
____
n!(N - n)!

N = 16 n = 3

so,

16!
____
3!13! = 560

i don't know how to get the 560 answer?
 
Physics news on Phys.org
(16*15*14)/(3*2*1)
 
You can write a factorial like 16! as 16*15*14*13!.

The 13! then cancels on top and bottom, leaving what gnome indicated.

- Warren
 
thanks
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top