| how many ways can you arrange 7 different books, so that a specific book is on the third place? |
| In how many ways can you take 3 marbles out of a box with 15 different marbles? |
| In a firm are 20 workmen and 10 employees. In how many ways can you have a committee with 3 workmen and 2 employees? |
| In how many ways can you take 5 cards, with at least 2 aces, out of a game of 52 cards? |
| In how many ways can you split a group of 13 persons in 3 persons and 10 persons? |
| How many diagonals are there in a convex n-polygon? |
| How many numbers consisting of 3 figures, can you make with the figures 0,1,2,3,4 ? |
| How many subset are there in a set of 10 elements? |
Total possibilities = 210
|
Calculate the term with x2 in the expansion of (x3 + 1/2x)10
|
|
In how many ways can you arrange m identical stones into k piles
so that each pile has at least 1 stone in it. |
(m - 1)!
C'(k,m-k) = C(m-1,m-k) = ----------------- ways.
(m - k)!(k - 1)!
|
How many strictly positive integer solutions ( x, y , z) are there, such that x + y + z = 100 |
| How many terms are contained in (a + b + c)20 . |
The number of terms is the number of solutions of the equation
p + q + r = 20 with p, q, r as positive integer unknowns.
Now regard (p,q,r) as three ordered elements.
Point 20 times one of these elements, and order these elements
in the same order as the given elements.
This corresponds with one solution of p + q + r = 20 and it is
a combination with repetition of 3 elements choose 20.
The number of terms is the number of such combinations
= C'(3,20) = C(22,20) = C(22,2) = 231
|
The term A.a10 b3 c7 is contained in
(a + b + c)20 .
Calculate A.
|