Skip to content

Problem 10 ​

There are 16 doughnuts on a table. Some of them have a chocolate filling, and some of them have a raspberry filling, and it is impossible to tell which one is which without eating them!

We do know, however, that there are more raspberry doughnuts than chocolate doughnuts.

We also know that if two doughnuts are eaten at random, the probability they have the same filling is 1940.

If the number of chocolate doughnuts is x, and the number of raspberry doughnuts is y, find the value of

x3+y2
Hint

You can use a tree diagram.

Hint

Let the number of chocolate doughnuts be x, then the number of raspberry doughnuts must be 16−x.

Solution

Since any removed doughnut must be eaten, we are sampling without replacement.

The probability of selecting chocolate and then chocolate is

x16×x−115

Noting that y=16−x, the probablity of selecting raspberry and then raspberry is

y16×y−115=16−x16×15−x15

So the probablity of selecting two doughnuts with the same filling is the sum of these:

x16×x−115+16−x16×15−x15=1940x(x−1)+(x−16)(x−15)16⋅15=19402x2−32x+16⋅1516⋅15=1940x2−16x+8⋅158⋅15=1940x2−16x+8⋅1515=195x2−16x+8⋅15=19⋅3x2−16x+63=0(x−7)(x−9)=0x∈{7,9}

There are more raspberry than chocolate, so x=7 and y=9.