The probability a car salesman sells a car to a customer is
0.05
Assuming the salesmen sees 12 customers in a week, what is the
probability he sells less than 3 cars?
Here, n = 12, p = 0.05, (1 - p) = 0.95 and x = 3
As per binomial distribution formula P(X = x) = nCx * p^x * (1 -
p)^(n - x)
We need to calculate P(X < 3).
P(X < 3) = (12C0 * 0.05^0 * 0.95^12) + (12C1 * 0.05^1 * 0.95^11)
+ (12C2 * 0.05^2 * 0.95^10)
P(X < 3) = 0.5404 + 0.3413 + 0.0988
P(X <3) = 0.9805
The probability a car salesman sells a car to a customer is 0.05 Assuming the salesmen...
A car salesman has a 3% chance of landing a sale with a random customer on his lot. Suppose 10 people come on the lot today. The following table shows a portion of the probability distribution. X P(x) 0 - 1 - 2 - 3 0.0026 4 0.0001 5 0.0000 6 0.0000 7 0.0000 8 0.0000 9 0.0000 10 0.0000 i. Calculate the probability that he sells exactly two cars today. ii. Use the probability distribution to find the probability...
Find the errors in each of the following statements: a) The probabilities that a car salesman will sell 0, 1, 2, or 3 cars on a given day are the following: 0.19, 0.38, 0.29, and 0.15, respectively b) The probability that it will rain tomorrow is 0.4, and the probability that it will not rain tomorrow is 0.52 c) The probabilities that a person buying a new car chooses white, black, silver or red are 0.23, 0.21, -0.18 and 0.74,...
3. A certain auto mall sells only Fords, Hondas, and Toyotas. Each customer buys only 1 car It is known that 45% of all customers buy a Toyota and 35% buy a Ford. It is also known that 40% of the Toyota customers buy a white car whereas only 30% of the Honda customers buy a white car. None of the Ford customers buy a white car a. Express all numbers given in the problem statement as probabilities of events....
3. A certain auto mall sells only Fords, Hondas, and Toyotas. Each customer buys only 1 car. It is known that 45% of all customers buy a Toyota and 35% buy a Ford. It is also known that 40% of the Toyota customers buy a white car whereas only 30% of the Honda customers buy a white car. None of the Ford customers buy a white car. a. Express all numbers given in the problem statement as probabilities of events....
A travelling salesman sells milkshake mixing machines and on average sells 7.1 machines per month. He needs to sell at least 3 machines each month order to stay in business, otherwise he will shut down. Using the Poisson distribution, what is the probability he will have to shut down after this month?
A travelling salesman sells milkshake mixing machines and on average sells 8.9 machines per month. He needs to sell at least 3 machines each month order to stay in business, otherwise he will shut down. Using the Poisson distribution, what is the probability he will have to shut down after this month?
A travelling salesman sells milkshake mixing machines and on average sells 6.3 machines per month. He needs to sell at least 3 machines each month order to stay in business, otherwise he will shut down. What is the probability he will have to shut down after this month? Round to 4 decimal places.
Solve the following problems in R studio or R. please help with
this question in writing codes in R.
2. A life insurance salesman sells on average 3 life insurance policies per week. Use Poisson's law to calculate the probability that in a given week he will sell (a) At least 1 policy (b) 2 or more policies but less than 4 policies (c) Assuming that there are 5 working days per week, what is the probability that in a...
Suppose the probability of selling a white car to a buyer older than 50 is.8 and it is .4 if the buyer is younger than 50. Suppose half of all customers are older than 50. (a) What is the probability of an arbitrary customer purchasing a white car? (b) Suppose 10 customers are currently in the showroom. What are the mean number of white cars purchased and what is the variance (c) LetXthe number white cars purchased by the 10...
Ellise is a car dealer for Tesla’s Model X, which costs on average $100,000 and if he sells a car he receives a 20% commission. However, the probability of the number of cars he sells in a given day follows a Pois(0.6). Assume independence. For all the questions I want to see your code and you output from R. a. Find the probability that he sells more than 2 cars in a given day b. Find the probability that he...