.
Find the sum of reciprocals of all positive divisors of 360.
Tuesday, 23 December 2014
1, 2, 3, 4, 5
Consider
all the 5-digit numbers containing each of the digits 1, 2, 3, 4, 5
exactly once, and not divisible by 6. Find the sum of all these numbers.
exactly once, and not divisible by 6. Find the sum of all these numbers.
100 CHOCOLATES
In how many ways can you distribute 100 identical chocolates among
10 children so
that the number of chocolates everyone gets is a multiple of 3,
allowing some chocolates
to be undistributed?
[In solving this problem, you should take 0 to be a
multiple of 3.]
Friday, 12 December 2014
Subscribe to:
Posts (Atom)
Define \(f: \mathbb{R} \rightarrow \mathbb{R}\) by \[f(x)= \begin{cases}(1-\cos x) \sin \left(\frac{1}{x}\right), & x \neq 0 \\ 0, ...
-
16 programers are playing in a single elimination tournament. Each player has a diff erent skill level and when two play against each othe...
-
Let A and B be 2 x 2 matrices with integer entries such that A , A + B , A + 2B , A + 3B, and A + 4B are all invertible matrices whose inve...