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 16x.

Solution

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

The probability of selecting chocolate and then chocolate is

x16×x115

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

y16×y115=16x16×15x15

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

x16×x115+16x16×15x15=1940x(x1)+(x16)(x15)1615=19402x232x+16151615=1940x216x+815815=1940x216x+81515=195x216x+815=193x216x+63=0(x7)(x9)=0x{7,9}

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