This test uses JavaScript to generate your test and mark it. You therefore need to enable Scripting using the Preferences... item in one of the Menu items for this Browser's window. Once enabled, just Reload (Refresh) this page.

Binomial Coefficient Evaluation

7C0=
(
7
0
)
=

tickcross


Worked Solution

nCr =
n!
---
r!(nr)!
and in this question n = 7 and r = 0. Remembering that 0! is 1 we have
7C0 =
7×6×...×1
---
1 × (7×6×...×1)
= 1


© MEI Produced by Dr Ron Knott, 23 March 2004
tom . button [AT] mei . org . uk
Test reference: PolyBinCoeffEval.html?ref=83096