You have a bag with 1 red ball, 2 orange balls, 3 yellow balls, 4 green balls, and 5 blue balls.
You pick three out (without replacement) at random.
The probability each is a different color is b a , where a and b are coprime positive integers.
What is a + b ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
How did you get 225 and 455?
Log in to reply
I have added it to the solution... I am realizing more and more that you are the "incomplete solution" police, and keep folks on their toes and honest! ;^)
2 2 5 = i , j , k different ∑ n i n j n k
4 5 5 = ( 3 1 + 2 + 3 + 4 + 5 )
In this question are we only focusing on the combinations of the colors? For example is r,y,o considered different from o,r,y?
Log in to reply
All we care about is whether they are all different or not... The probability that they are all different.
Problem Loading...
Note Loading...
Set Loading...
The total number of ways you can pick 3 different colors is i , j , k different colors ∑ n i n j n k = 2 5 5 The total number of ways you can choose 3 balls is ( 3 1 + 2 + 3 + 4 + 5 ) = 4 5 5
So, the probability is 2 2 5 / 4 5 5 or 4 5 / 9 1 .
4 5 + 9 1 = 1 3 6