How Do You Calculate Probabilities with Unknown Ball Quantities?

  • Thread starter Thread starter kecontroversy
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
To calculate the probabilities of scoring in the soccer match scenario with unknown quantities of colored balls, variables must be used to represent the number of each color: R for red, G for green, and W for white. The probability of drawing five balls of a specific color can be expressed mathematically, such as P = (G / (R + G + W))^5 for green balls. Since the total number of balls and their distribution are unknown, assumptions and conditional probabilities are necessary to derive solutions. The approach involves using combinations and understanding the sequential probabilities of drawing the same color. This problem can be simplified by logically analyzing the probabilities based on the remaining balls after each draw.
kecontroversy
Messages
4
Reaction score
0
hi guys. I am here again, and facing one of the most difficult question ever faced before. so hope u can help me. below is the question and how I am thinking.


Someone would label the two competing soccer teams as the Red Team and the Green Team. An unknown number of red ping-pong balls, green ping-pong balls, and white ping-pong balls would be put inside a black bag. She would pick up 5 balls randomly from this bag for every minute that the soccer match is in play, and return all 5 balls back into the bag. If she had picked ALL red balls, she would cause a Red Team player to score a goal within that minute. If she picked ALL green balls, she would cause a Green Team player to score a goal within that minute. If she picked ALL white balls, she would cause the soccer match to be abandoned. THE QUESTION ASK ABT THE PROBABILITIES AS NORMAL. [e.g What is the probability that the Red Team will score a goal in anyone minute?]

BUT THE PROBLEM IS I DUN KNOW THE TOTAL NUMBER OF THE BALLS, AND WHETHER THE NUMBER OF RED BALLS AND WHITE BALLS AND GREEN BALLS ARE EQUAL. and TO FIND OUT THE TOTAL NUMBER OF BALLS, DO I HAVE TO USE X AND Y , INSTEAD OF ORDINARY WAY OF CALCULATION, AND I HAVE TO USE ASSUMPTION TO SOLVE THE PROBLEM RIGHT? is there permutation and combination involved?

THANKS..
 
Last edited:
Physics news on Phys.org
The solution will clearly depend on the number of each color ball. My guess is that you are not looking for a numeric solution to this problem, but for expresstions. For example, you could call the # of red balls R, green G, white W. The probability of selecting a green ball is then P = \frac {G} {R+G+W} and the probablity of selecting 5 green balls in 5 tries is P = (\frac {G} {R+G+W})^5
 
kecontroversy said:
[e.g What is the probability that the Red Team will score a goal in anyone minute?]

...

BUT THE PROBLEM IS I DUN KNOW THE TOTAL NUMBER OF THE BALLS, AND WHETHER THE NUMBER OF RED BALLS AND WHITE BALLS AND GREEN BALLS ARE EQUAL.
Is there a conditional prob. involved? For either team to score a goal at time t (0 < t < 90), she must not have picked 5 whites up until that minute. (Such like, with independent coin flips, what is the probability of t heads in a row?)
 
Last edited:
kecontroversy said:
BUT THE PROBLEM IS I DUN KNOW THE TOTAL NUMBER OF THE BALLS, AND WHETHER THE NUMBER OF RED BALLS AND WHITE BALLS AND GREEN BALLS ARE EQUAL. and TO FIND OUT THE TOTAL NUMBER OF BALLS, DO I HAVE TO USE X AND Y , INSTEAD OF ORDINARY WAY OF CALCULATION, AND I HAVE TO USE ASSUMPTION TO SOLVE THE PROBLEM RIGHT? is there permutation and combination involved?

THANKS..

Since you don't know what the numbers are you're going to have
to use variables. (You don't have to call them X and Y tho...)

You can solve this using combinations easily enough. (In fact
you can just write down the answer.) You can also logic your
way through it.

let R = # of red balls, G = # of green balls, and W= # of white balls
now imagine pulling out 5 red balls, one at a time.

the probabillity of pulling out the first is (# of red) / (total #) = R/(R+G+W).
after that one is out how many reds are left?
how many total balls?
what's the probabillity of pulling out the next red?

if you can answer those questions the problem is a breeze.
Oh, and note P(5 reds) = P(1st is a Red) x P(1 red, after you've
taken out 1 Red) x P(1 red, after you've taken out 2 reds)...
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top