Louie walks to and from work every day. In his city, there is a 50 percent chance of rain each morning and an independent 40 percent chance each evening. His habit is to bring (and use) an umbrella if it’s raining when he leaves the house or office, but to leave them all behind if not. Louie owns three umbrellas.
On Sunday night, two are with him at home and one is at his office. Assuming it never starts raining during his walk to his home or office, what is the probability that he makes it through the work week without getting wet?"
This problem can be solved by forming a Markov chain. Specifically, it has nine states, defined as follows:
% 1: at home, with 0 umbrellas
% 2: at work, with 3 umbrellas
% 3: at home, with 1 umbrellas
% 4: at work, with 2 umbrellas
% 5: at home, with 2 umbrellas
% 6: at work, with 1 umbrellas
% 7: at home, with 3 umbrellas
% 8: at work, with 0 umbrellas
% 9: gets wet
The transition matrix P has element P(i,j) = probability of transitioning from state i to state j. It is as follows:

Another way to see this is that the rules for forming the matrix is
% if at home, move from
% n to n+1, if it does not rain (prob. 0.5)
P(1,2) = P(3,4) = P(5,6) = P(7,8) = 0.5
% n to n-1, if n> 1 and to 9 if n==1, and it does rain (prob. 0.5)
P(1,9) = P(3,2) = P(5,4) = P(7,6) = 0.5
% if at work, move from
% n to n-1, if it does not rain (0.6)
P(2,1) = P(4,3) = P(6,5) = P(8,7) = 0.6
% n to n+1, if it does rain (0.4)
P(2,3) = P(4,5) = P(6,7) = P(8,9) = 0.4
% once you get wet, you’re wet
P(9,9) = 1
The starting point is state 5 (at home with two umbrellas), represented by the following row vector:
pstart=[0,0,0,0,1,0,0,0,0].
The probability vector after one trip is
pstart⋅P=[0,0,0,0.5,0,0.5,0,0,0]
So, we are at the office with 2 umbrellas if it rained in the morning (with probability 0.5), and at the office with 1 umbrella if it did not (also with probability 0.5).
The probability vector after the five-day work week (ten trips) is computed by
pend=pstart⋅P10=[0.1120,0,0.2291,0,0.2255,0,0.1261,0,0.3073]
So, pwet=0.3073.
and pdry=1−pwet=0.6927
Louie walks to and from work every day. In his city, there is a 50 percent...
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 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, 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...
Robert Robert, age 58, is delighted to be planning and approaching retirement from his private insurance company. His son Ben (age 29) will take over the business and works with him full time. They live in a small town and there is no private gym, but they have a membership for a small fee to use the high school weight room and they go regularly twice a week from 6 to 7 a.m. Robert is being seen in your clinic...
Help needed for Project procurement to answer Questions 1-10: Building Trust Pauly Shore is a junior procurement manager for the Goldwell Restaurant Group. He is responsible for the procurement of IT commodities for the data center. After months of negotiating with the three best and lowest-priced bidders for the computer paper contract, Pauly selected Frankie’s Paper Company. Pauly’s decision was made after a round of golf at Frankie’s country club. On the eighteenth hole, Frankie extended his hand to Pauly and...
Jack Adam’s mind wandered as he sat outside Bill Squire’s office awaiting his yearly performance review… [Jack thinking.] Well, it’s 8:25. Five more minutes to go. Fifteen years with the company, and this new district manager, Squire, couldn’t even call and request this meeting personally. These annual performance appraisals are tough enough, and here I’ve got a bad sales record for the past 12 months. Surely he’ll be able to understand that the sales decreases were a result of the...
Question 2 Gluck Corporation Johan, now in his fourth year with Gluck Corporation, was made a factory manager three months ago after completing the company’s management-training program. Gluck owns pulpprocessing factory that produce various grades of paper from fast-growing, genetically altered trees. Johan’s factory, the smallest and oldest of Gluck’s, is located in upstate Georgetown, near a small town. It employs between 100 and 175 workers, mostly from the nearby town. In fact, the factory boasts about employees whose fathers...
A Routine Endoscopic Procedure Our mother usually had an endoscopic procedure every 2 years. We thought that she had too many visits with her gastroenterologist. She saw the gastroenterologist about every 30 or 60 days. When we asked the physician why our mother had to come in on a continuous basis, his response was “acid reflux.” She was taking a proton pump inhibitor for her acid reflux. Our mother had an endoscopy of her upper gastrointestinal tract in September 2006....
While reading the story, consider the culture (or sub culture)
and related communication styles the story reveals.
Consider too, possibly, the values, behavioral norms, social
practices, social artifacts, etc.
After reading the story through the lens of this idea, please
compose a full academic length (evidence-based 7 to 11 sentence
long) paragraph which addresses the following prompt:
What does the story reveal about the culture it portrays
and/OR the communication styles the culture shares?
In other words, what does the...
50. The Green Natural Wellness Company, aka GNWC, sells select, high-end nutritional and health and beauty products to small health food stores throughout the United States. Its headquarters and warehouses are located in Clear Lake, Texas, only a couple of miles from the NASA Space Center. GNWC’s key success factor is its ability to quickly bring to market new products before other suppliers do. The company has two full-time buyers who spend all their time traveling around the world in...