Restaurant “King Steak” offers a set lunch of a 150 grams steak for $100. The steaks are cut by a machine
and the weight of a steak can be assumed to be normally distributed with mean 152 grams and standard
deviation 1.7 grams.
(a) What is the probability that a customer gets a steak that weighs less than 150 grams?
(b) There is a 4% chance that a customer gets a steak that weighs less than W grams. What is the value of
W?
(c) There is a table with 8 customers, everyone orders this set lunch. What is the probability that there are
exactly 2 customers whose steaks weigh less than 150 grams?
(d) Sometimes there are customers ordering two sets of lunch. Use T to denote the total weight of two
steaks. Find the mean, variance, and standard deviation of T.
1
Expert's answer
2020-04-02T12:54:25-0400
Let X= the weight of a steak:X∼(N,σ2)
Then Z=σX−μ∼N(0,1)
Given that μ=152g,σ=1.7g
(a) What is the probability that a customer gets a steak that weighs less than 150 grams?
P(X<150)=P(Z<1.7150−152)≈≈P(Z<−1.17647)≈0.1197
(b) There is a 4% chance that a customer gets a steak that weighs less than W grams. What is the value of W?
P(X<W)=P(Z<1.7W−152)=0.04
1.7W−152≈−1.7507
W≈149g
(c) There is a table with 8 customers, everyone orders this set lunch. What is the probability that there are exactly 2 customers whose steaks weigh less than 150 grams?
Let Y= the number of customers whose steaks weigh less than 150 grams: Y∼Bin(n,p)
P(Y=y)=(yn)py(1−p)n−y
Given that n=8,p=0.1197
P(Y=2)=(28)(0.1197)2(1−0.1197)8−2≈0.1867
(d) Sometimes there are customers ordering two sets of lunch. Use T to denote the total weight of two
steaks. Find the mean, variance, and standard deviation of T.
Comments