231k views
4 votes
I have a maths question and have no idea where to start:

"John has an empty box.
He puts some red counters and some blue counters into the box.
The ratio of the number of red counters to blue counters is 1:4
Linda takes at random 2 counters from the box.
The probability that she takes 2 red counters is 6/155
How many red counters did John put in the box?"


I know that the probability of picking red the first time is 1/5, and therefore P(picking red the second time)=6/31(=(6/155)/(1/5)). And P(picking blue the first time is 4/5. But from here I don't know where to go or what to do.

User Nguyencse
by
7.2k points

2 Answers

4 votes
x = number of red counters

ratio of reds to blues is 1:4
which can be thought of as x:4x when we multiply both sides of the ratio by x
meaning for every x red counters, there are 4x blue counters

We have x+4x = 5x total counters overall

The probability of pulling out a red is 1/5, so,
x/(5x) = 1/5

The probability of pulling out two reds is 6/155, so,
(x/(5x))*((x-1)/(5x-1)) = 6/155
Which is basically in the form A*B = 6/155
A = x/(5x) = probability of pulling out first red
B = (x-1)/(5x-1) = probability of pulling another red given the first is red; notice x drops to x-1, and 5x drops to 5x-1

Let's solve for x
(x/(5x))*((x-1)/(5x-1)) = 6/155
(x^2-x)/(25x^2-5x) = 6/155
155(x^2-x) = 6(25x^2-5x) ... cross multiply
155x^2-155x = 150x^2-30x
155x^2-155x - 150x^2+30x = 0
5x^2-125x = 0
5x(x - 25) = 0
5x = 0 or x-25 = 0
x = 0 or x = 25
Ignore x = 0 as its a trivial solution
The only practical solution here is x = 25

As a check:
A = x/(5x) = 25/(5*25) = 25/125 = 1/5
B = (x-1)/(5x-1) = (25-1)/(5*25-1) = 24/124 = 6/31
A*B = (1/5)*(6/31) = (1*6)/(5*31) = 6/155
So the answer is confirmed

-----------------------------------------------

Answer: There are 25 red counters
User Maria Jane
by
5.9k points
3 votes
You are right that the first pick the probability is 1/5, and the second try is 6/31.
Now that's focus on 6/31. the chance of picking a red counter is 6/31 at the second time, there are 31 counters in total and 6 of them are red, or the multiples of 6/31, which are 12/62, 24/124, and so on.
start with 6/31. if the probability of pick a red at second time is 6/31, the probability at the first time must be 7/32, but 7/32 doesn't make 1/5, so this one doesn't work.
next, try 12/62. P of the first time is then 13/63, which is not equivalent to 1/5 either.
try 24/124. P of the first time is then 25/125, which is exactly 1/5
so there are a total of 125 counters, with 25 red ones and 100 blue ones.
User Vickey
by
6.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.