Solving Probability Problems: Three Urgent Scenarios

  • Thread starter Thread starter kingsu
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion addresses three urgent probability problems. The first problem involves proving inequalities related to the probabilities of two events, A and B, and their union, A ∪ B, emphasizing the need for understanding basic probability concepts. The second problem focuses on finding the probability that a lock opens on the nth trial when trying n keys, with discussions on expected trials and the distribution of outcomes. The third problem involves calculating the expected net gain from a lottery ticket, requiring a setup of the probability distribution based on ticket outcomes. Participants are encouraged to demonstrate their calculations and reasoning for better assistance.
kingsu
Messages
5
Reaction score
0
Three Probability Problems urgent

Q1.Prove that

max[P(A),P(B)]<=P(A\cupB)<=min[P(A)+P(B),1]


Q2.A man is given n keys of which one fits the lock.He tries them successively without replacement.Find the probability that at the nth trial the lock will open.Also determine the expected numbers of trials.

Q3.Thousand tickets are sold in a lottery in which there is one prize of Rs.500,four prizes of Rs.100 each & five prizes of Rs. 10 each.A ticket costs Rs.1.If X is your net gain when you buy one ticket,find E(X).
 
Physics news on Phys.org


General comments - if these don't help, show some work with your next post.

1. What do you know about the comparisons of both A and B as events to the single event A \cup B? this, together with a basic probability of probability of events, should give the first portion of the inequality. For the second portion of the inequality, think about 2 more things: the Addition rule and the maximum value of probability.

2. If I understand the first question correctly, think about this: if you have 4 keys, and begin trying them, what can you say about the chance the door will be unlocked after you try all the keys? (I'm thinking I don't understand your question, because this idea seems too easy).
For the expected value portion: pick one or two specific cases and work out the exact distribution (find the probability the first key alone works, that you need to try 2, that you need to try 3, etc.) and calculate the expected value. You should see a pattern to generalize. It's not the most direct approach, but may be the most informative

3. You can write the percentages of tickets in each category: the net winnings are calculated based on face value minus cost of purchase. Set up the distribution (make sure you consider all cases and that the probabilities sum to 1) then calculate the expected value.

Without some demonstrated calculations - that's all you get.
 


statdad said:
General comments - if these don't help, show some work with your next post.

1. What do you know about the comparisons of both A and B as events to the single event A \cup B? this, together with a basic probability of probability of events, should give the first portion of the inequality. For the second portion of the inequality, think about 2 more things: the Addition rule and the maximum value of probability.

2. If I understand the first question correctly, think about this: if you have 4 keys, and begin trying them, what can you say about the chance the door will be unlocked after you try all the keys? (I'm thinking I don't understand your question, because this idea seems too easy).
For the expected value portion: pick one or two specific cases and work out the exact distribution (find the probability the first key alone works, that you need to try 2, that you need to try 3, etc.) and calculate the expected value. You should see a pattern to generalize. It's not the most direct approach, but may be the most informative

3. You can write the percentages of tickets in each category: the net winnings are calculated based on face value minus cost of purchase. Set up the distribution (make sure you consider all cases and that the probabilities sum to 1) then calculate the expected value.

Without some demonstrated calculations - that's all you get.

Even I c'nt understand the first question.The question is found the same in a magazine.

Plz help me.

Thanks fr suggestion of 2nd & 3rd ques.
 


The first question means this:
Suppose you have two events A, B. You need to show two things: first, that

<br /> \max(\Pr(A), \Pr(B)) \le \Pr(A \cup B)<br />

- this means that whichever of \Pr(A) and \Pr(B) is larger, it is still no bigger than \Pr(A \cup B).

Second, you need to show that

<br /> \Pr(A \cup B) \le \max(\Pr(A) + \Pr(B), 1)<br />

This statement tells you that \Pr(A \cup B ) is always less-than-or-equal-to the larger of \Pr(A) + \Pr(B) and 1.&lt;br /&gt; &lt;br /&gt; You do need to have some experience working with probability as well as the associated knowledge of its properties. If you haven&amp;#039;t had a probability class you should look for a basic text: if you are in a class this is probably homework and you need to show, or explain, what work you&amp;#039;ve tried.
 


sorry - missed a slash. My previous post should end
the smaller of
\Pr(A) + \Pr(B) and 1.
 


statdad said:
sorry - missed a slash. My previous post should end
the smaller of
\Pr(A) + \Pr(B) and 1.

statdad said:
The first question means this:
Suppose you have two events A, B. You need to show two things: first, that

<br /> \max(\Pr(A), \Pr(B)) \le \Pr(A \cup B)<br />

- this means that whichever of \Pr(A) and \Pr(B) is larger, it is still no bigger than \Pr(A \cup B).

Second, you need to show that

<br /> \Pr(A \cup B) \le \max(\Pr(A) + \Pr(B), 1)<br />

This statement tells you that \Pr(A \cup B ) is always less-than-or-equal-to the larger of \Pr(A) + \Pr(B) and 1.&lt;br /&gt; &lt;br /&gt; You do need to have some experience working with probability as well as the associated knowledge of its properties. If you haven&amp;#039;t had a probability class you should look for a basic text: if you are in a class this is probably homework and you need to show, or explain, what work you&amp;#039;ve tried.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;h2&gt;The Attempt at a Solution&lt;/h2&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; We have P(A \cup B)=P(A)+[P(b)-P(A\bigcapB)]&lt;br /&gt; =P(B)+[P(A)-P(A\bigcapB)]&lt;br /&gt; &lt;br /&gt; Then Can we say P(A\bigcupB)\leqmax[P(A),P(B)] ?&lt;br /&gt; &lt;br /&gt; Plz help me.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; For the second part&lt;br /&gt; &lt;br /&gt; We have &lt;br /&gt; &lt;br /&gt; 0\leqP(A)\leq1&lt;br /&gt; &lt;br /&gt; and&lt;br /&gt; &lt;br /&gt; 0\leqP(B)\leq1&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; Then min[P(A)+P(B),1]=P(A)+P(B).&lt;br /&gt; &lt;br /&gt; So we have to prove P(A\bigcupB)\leqP(A\bigcupB)&lt;br /&gt; &lt;br /&gt; P(A)=P(A\bigcupB)-[P(P(B)-P(A\bigcapB)]&lt;br /&gt; &lt;br /&gt; and&lt;br /&gt; &lt;br /&gt; P(B)=P(A\bigcupB)-[P(P(A)-P(A\bigcapB)]&lt;br /&gt; &lt;br /&gt; Then,&lt;br /&gt; &lt;br /&gt; P(A)+P(B)=P(A\bigcupB)+P(A\bigcapB)&lt;br /&gt; &lt;br /&gt; Hence can we say&lt;br /&gt; &lt;br /&gt; P(A\bigcupB)\leqmin[P(A)+P(B),1]&lt;br /&gt; &lt;br /&gt; Plz help me.
 


The Attempt at a Solution

for my 2nd question[/B]

The man has n keys of which 1 is the right key.We are to find the probability that the lock will open at nth trail.

So there are 1 right key for the lock and (n-1) other keys.

Then total number of event points is (n-1)*(n-2)*(n-3)*...4*3*2*1


The required event means that the right key is found at the nth trail(last trails) and (n-1) remaining keys are found at the preceding (n-1) trails.

Then I cannot understand the no of favorable points.

Please help me.
 


Have you done inequalities? You know that \forall A \quad Pr(A) \geq 0 use that and also Pr(A)+Pr(B) \leq 2max(Pr(A),Pr(B)). Remember that a-b \leq a for b\geq0
 


kingsu said:

The Attempt at a Solution

for my 2nd question[/B]

The man has n keys of which 1 is the right key.We are to find the probability that the lock will open at nth trail.

So there are 1 right key for the lock and (n-1) other keys.

Then total number of event points is (n-1)*(n-2)*(n-3)*...4*3*2*1The required event means that the right key is found at the nth trail(last trails) and (n-1) remaining keys are found at the preceding (n-1) trails.

Then I cannot understand the no of favorable points.

Please help me.
Sorry I think my previous idea is wrong

The Sample space will contain points

n(n-1)(n-2)(n-3)......{n-(n-1)}Since the lock opens at nth trails then the favorable cases are

(n-1)(n-2)(n-3).....{n-(n-1)}

Then the required probability is 1/n.Am I right?

Also see my attempt of the first question.
 
Last edited:
Back
Top