Problems

Age
Difficulty
Found: 331

One of \(n\) prizes is embedded in each chewing gum pack, where each prize has probability \(1/n\) of being found.

How many packets of gum, on average, should I buy to collect the full collection prizes?

A hostess bakes a cake for some guests. Either 10 or 11 people can come to her house. What is the smallest number of pieces she needs to cut the cake into (in advance) so that it can be divided equally between 10 and 11 guests?

Let \(x\) be a natural number. Among the statements:

\(2x\) is more than 70;

\(x\) is less than 100;

\(3x\) is greater than 25;

\(x\) is not less than 10;

\(x\) is greater than 5;

three are true and two are false. What is \(x\)?

Solve the equations in integers:

a) \(3x^2 + 5y^2 = 345\);

b) \(1 + x + x^2 + x^3 = 2^y\).

For any real number \(x\), the absolute value of \(x\), written \(\left| x \right|\), is defined to be \(x\) if \(x>0\) and \(-x\) if \(x \leq 0\). What are \(\left| 3 \right|\), \(\left| -4.3 \right|\) and \(\left| 0 \right|\)?

Let \(x\) and \(y\) be real numbers. Prove that \(x \leq \left| x \right|\) and \(0 \leq \left| x \right|\). Then prove that the following inequality holds \(\left| x+y \right| \leq \left| x \right|+\left| y \right|\).

We can define the absolute value \(|x|\) of any real number \(x\) as follows. \(|x|=x\) if \(x\ge0\) and \(|x|=-x\) if \(x<0\). What are \(|3|\), \(|-4.3|\) and \(|0|\)?

Prove that \(|x|\ge0\).

A shop sells golf balls, golf clubs and golf hats. Golf balls can be purchased at a rate of \(25\) pennies for two balls. Golf hats cost \(\mathsterling1\) each. Golf clubs cost \(\mathsterling10\) each. At this shop, Ross purchased \(100\) items for a total cost of exactly \(\mathsterling100\) (Ross purchased at least one of each type of item). How many golf hats did Ross purchase?

Have you wondered if \(F_{-5}\) is possible? Here is how we can extend the Fibonacci sequence to the negative indices. The relation \(F_{n+1} = F_n + F_{n-1}\) can be rewritten as \(F_{n-1} = F_{n+1} - F_n\). We can simply define the Fibonacci sequence with negative indices with this formula. For example, \(F_{-1} = F_1 - F_0 = 1 - 0 = 1\).

Write out \(F_{-1}, F_{-2},\dots,F_{-10}\). What do you notice about the Fibonacci sequence with negative indices?