How Do I Solve Advanced Probability Problems Like Selecting Cars or Tires?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 12K views
philipc
Messages
57
Reaction score
0
I'm not having much luck learning from the examples in my probability book, they only do the most of basic examples, I'm in need of some good examples and solutions, any ideas?

For example here is the problem I'm trying to work on
A car rental agency has 18 compact cars and 12 mid-size cars, if 4 are randomly selected, what is the probability of getting two of each kind?

I'm not sure how to set up the equations
Thanks
Philip
 
Physics news on Phys.org
What have you tried, my friend? Just use the multiplication rule. :bugeye:
 
sorry your reply didn't help
 
What Have You Tried?
 
Nvm, here we go. Let us assume that randomly selected means that each of the [itex]\binom{30}{4}[/itex] combinations is equally likely to be selected. Hence the desired proability equals
[tex]\frac{\binom{18}{2}\binom{12}{2}}{\binom{30}{4}}[/tex]
 
That gives the correct results thank,
my problem I'm still having a hard time following the logic behind picking the numbers to work with.

Here is another example from the book I can't find the logic
If 3 of 20 tires are defective and 4 of them are picked randomly, what is the probability that only one of the defective one will be included.
So I tried this
[tex]\frac{\binom{17}{3}}{\binom{30}{4}}[/tex]
this would give your total probability of receiving any number of bad tires right?
But the book wants just one bad tire so they use
[tex]\frac{\binom{3}{1}\binom{17}{3}}{\binom{20}{4}}[/tex]
this is the logic I can't follow, can you explain why they choose these numbers?
Thanks
Philip
 
Got one more let's say P(A|B) = .2 and I know P(B) to be .65, how can I solve for P(A)?
 
Last edited:
There are totally 20 tires (17 proper and 3 defective).

Experiment 1: Pick one defective tire. One (exactly one) defective tire can be picked in [itex]\binom{3}{1}[/itex] different ways.

Experiment 2: Pick three proper tires. This can be done in [itex]\binom{17}{3}[/itex]
Using the basic principle of counting we got [itex]\binom{3}{1}\binom{17}{3}[/itex] different ways to pick 1 defective and 3 proper tires among 20.