A bag contains 6 red, 7 white and 5 blue marbles, how many ways can four marbles be picked where there are an equal number of red and white marbles? Is it 315 ways?

Are you looking for the probability of drawing 2 reds and 2 whites when drawing any 4 marbles ?

you could have 4!/(2!2!) ways or 6 ways for it to happen:
RRWW
WWRR
RWWR
RWRW
WRWR
WRRW

prob of (RWRW) = (6/18)*(7/17)*(5/16)*(6/15)
= (6*7*5*6)/73440

prob(WRRW) = (7/18)*(6/17)(*(5/16)*(6/15)
= (7*6*5*6)/73440
notice the calculations are the same, so

prob(of what you want) = 6* (1260/73440)
= 7/68

How did you interpret this?
How did you end up with 315 ?

I am looking for the number of ways you can draw 4 marbles to have an equal number of red and white marbles after the draw. I was using combination probability set up as 6C2*7C2 = 315 but this doesn't include the probability of the 5 blue marbles. I'm not sure how to include that in the setup.

Ok

Let's assume that all the marbles are distinguishable , that is,
I can tell any red apart from the other reds, etc

Now lets "choose" 2 reds and 2 whites
= C(18,2)*C(16,2) = 18360

Remember in those the order does not matter, and we can tell reds apart and whites apart
so we could arrange them in 4! ways
But in reality we have 2 alike of the reds and another 2 alike of the whites.

Final number = 18360(4!/(2!2!)) = 18360(6)
= 110160

Thank you!

To find the number of ways to pick four marbles where there are an equal number of red and white marbles, we need to consider all possible combinations.

Let's break down the problem into cases:

Case 1: 0 red marbles and 4 white marbles
In this case, we need to choose 4 white marbles from the 7 available. The number of ways to select 4 out of 7 is given by the binomial coefficient (7 choose 4), which can be calculated as follows:
(7 choose 4) = 7! / (4! * (7-4)!) = 35.

Case 2: 1 red marble and 3 white marbles
In this case, we need to choose 1 red marble from the 6 available options and 3 white marbles from the 7 available options. The number of ways to select 1 out of 6 and 3 out of 7 is given by multiplying the binomial coefficients (6 choose 1) and (7 choose 3) together:
(6 choose 1) * (7 choose 3) = (6! / (1! * (6-1)!)) * (7! / (3! * (7-3)!)) = 6 * 35 = 210.

Case 3: 2 red marbles and 2 white marbles
In this case, we need to choose 2 red marbles from the 6 available options and 2 white marbles from the 7 available options. The number of ways to select 2 out of 6 and 2 out of 7 is given by multiplying the binomial coefficients (6 choose 2) and (7 choose 2) together:
(6 choose 2) * (7 choose 2) = (6! / (2! * (6-2)!)) * (7! / (2! * (7-2)!)) = 15 * 21 = 315.

Therefore, the total number of ways to pick four marbles where there are an equal number of red and white marbles is the sum of the above three cases:
35 + 210 + 315 = 560.

So, there are 560 ways to pick four marbles with an equal number of red and white marbles, not 315 as you suggested.