Question

I have 4 umbrellas, some at home, some in the office. I keep moving between home...

I have 4 umbrellas, some at home, some in the office. I keep moving between home and office.
I take an umbrella with me only if it rains. If it does not rain I leave the umbrella behind (at
home or in the office). It may happen that all umbrellas are in one place, I am at the other, it
starts raining and I must leave, so I get wet.
(a) If the probability of rain is p, what is the probability that I get wet? [Ans pq/q+4 where q = 1-p]
(b) Current estimates show that p = 0.6 in Guwahati. How many umbrellas should I have so
that, if I follow the strategy above, the probability I get wet is less than 0.01? Ans [24]

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The problem can be modeled using markov chain.

We take the possible number of umbrellas that we can have at any point of time.

S = {0, 1, 2, 3, 4}

For the given scenario, suppose we have one umbrella at home/office and rest three at other location.

Then, if it rains, we will have to take the one and only umbrella from one place to other.

In that case,

Probability (1 umbrella at one side to umbrellas at other side) = Probability that it rains = p

Similarly, if it does not rain, we would not take umbrella from one location to other.

So, Probability (1 umbrella at one side to 3 umbrellas at other side) = Probability that it does not rain =1 - p = q

Similarly, for finding the probability of number of umbrellas from one place to other, in terms of p and q, we can create a transition probability table.

If we draw a transition probability table, it would look like -

0 1 2 3 4
0 1
1 q p
2 p
3 q p
4 q p

Rest numbers do not add up to 4 or 5 given certain condition of rain/ no rain.

All of these probabilities would add up to 1.

sum over i = 0 to 4 * π(i) = 1

stationary distribution is a probability distribution represented as a row vector π with probabilities summing to 1, and given transition matrix P, satisfying -

π = πP

So, we have -

π(0) = π(4) * q

π(1) = π(2) = π(3) = π(4)

Simplifying the equation we can write -

π(4) * q + 4 * π(4) = 1,

=> π(4) = 1 / q + 4

and π(0) = q / q + 4

Given,

probability of raining in Guwahati is 0.6,

Then, the probability of me getting wet is -

probability of rain * probability that i am having 0 umbrellas at one place (π(0))

= pq / q + 4

= 0.6 * 0.4 / 0.4 + 4

= 0.054 = 5.4%

The chance, as seen in formula, depends on the number of umbrellas (4 in this case)

If we want chance to be less than 1%,

Let the number of umbrellas we need be x,

pq / q + x < 0.01

or

x > 100pq - q

=> x > 23.6

To reduce chances of getting wet to less than 1%. we would need minimum 24 umbrellas.

Add a comment
Know the answer?
Add Answer to:
I have 4 umbrellas, some at home, some in the office. I keep moving between home...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 15. An individual possesses r umbrellas which he employs in going from his home to office, or vic...

    15. An individual possesses r umbrellas which he employs in going from his home to office, or vice versa. If he is at home (resp., the office) at the beginning (resp., end) of a day and it is raining, then he will take an umbrella with him to the office (resp., home), provided there is one to be taken. If it is not raining, then he never takes an umbrella. Assume that, independent of the past, it rains at the...

  • 15 An individual possesses r umbrellas which he employs in going from his home to office, or vice...

    15 An individual possesses r umbrellas which he employs in going from his home to office, or vice versa. If he is at home (resp., the oflice) at the beginning (resp., end) of a day and it is raining, then he will take an umbrella with him to the office (resp., home), provided there is one to be taken. If it is not raining, then he never takes an umbrella. Assume that, independent of the past, it rains at the...

  • 15 An individual possesses r umbrellas which he employs in going from his home to office,...

    15 An individual possesses r umbrellas which he employs in going from his home to office, or vice versa. If he is at home (resp., the oflice) at the beginning (resp., end) of a day and it is raining, then he will take an umbrella with him to the office (resp., home), provided there is one to be taken. If it is not raining, then he never takes an umbrella. Assume that, independent of the past, it rains at the...

  • Problem 2. Tlaloc has 4 umbrellas, each either t home or at work. Each time he goes to work or ba...

    Problem 2. Tlaloc has 4 umbrellas, each either t home or at work. Each time he goes to work or back, it rains with probability p, independently of all other times. If it rains and there is at least one umbrella with him, he takes it. Otherwise, he gets et. Let Xn be the number of umbrellas at his current location after n trips (so n even corresponds to home and n odd to work. a) Find the transition probabilities...

  • In some sports (such as volleyball when I was in high school - scoring rules have...

    In some sports (such as volleyball when I was in high school - scoring rules have changed) you can only score a point when it is your serve, and losing when it is your serve does not give up a point but only gives up the serve to your opponent. Suppose your probability of scoring on your serve is p (and of losing the serve is 1 − p) while your opponent’s probability of scoring on their serve is q...

  • (2) In some sports (such as volleyball when I was in high school - scoring rules...

    (2) In some sports (such as volleyball when I was in high school - scoring rules have changed) you can only score a point when it is your serve, and losing when it is your serve does not give up a point but only gives up the serve to your opponent. Suppose your probability of scoring on your serve is p (and of losing the serve is 1 − p) while your opponent’s probability of scoring on their serve is...

  • Hello, I have some errors in my C++ code when I try to debug it. I...

    Hello, I have some errors in my C++ code when I try to debug it. I tried to follow the requirements stated below: Code: // Linked.h #ifndef INTLINKEDQUEUE #define INTLINKEDQUEUE #include <iostream> usingnamespace std; class IntLinkedQueue { private: struct Node { int data; Node *next; }; Node *front; // -> first item Node *rear; // -> last item Node *p; // traversal position Node *pp ; // previous position int size; // number of elements in the queue public: IntLinkedQueue();...

  • Can I please get some help on this. Have to use excel answering these M Office...

    Can I please get some help on this. Have to use excel answering these M Office Update To keep up-to-date with security updates, and improvements, choose Check for Updates K9 Xf A. Formular Adid. Multiply. Divide; Cel Referencing Using Excel to Compute Multiple Product Break-Even Points Student Work Area Required:Provide input into cated in yellow in this template. Use the PROBLEM Die Candle Supplysis. The sales mi ( spermitage of dollar led the brink of its reprodact, and it wolfred...

  • I have an Assignment of Marketing Research on Climate Change. Where i have to take an...

    I have an Assignment of Marketing Research on Climate Change. Where i have to take an interview of an industry professional, which is done. I have all answer what he said, now i just need to analysis all answer into sub category which are as follow: - 1. Level of Concern of Professionals 2. Impacts on Industry 3. Awareness of Millennials' Knowledge 4. Attitudes Among Millennials If you think any other category could be included please add it. i have...

  • I HOPE TO SEE MY PILOT FACE TO FACE WHEN I HAVE CROSSED THE BAR England's...

    I HOPE TO SEE MY PILOT FACE TO FACE WHEN I HAVE CROSSED THE BAR England's great poet laureate was nearing the end of life. His time was running out, and he knew it. But he knew it with- out fear, and without regret. For to him death was not an end but a beginning; death was not the final curtain but merely a change of scene, the transition to another and perhaps an infinitely better life. Alfred Tennyson believed...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT