Answer:
W= 5.744
Step-by-step explanation:
given that a grocery store produce manager is told by a wholesaler that the apples in a large shipment have a mean weight of 6 ounces and a standard deviation of 1.4 ounces
Sample size n= 49
Margin of error = 0.10 (10% risk )
Let us assume X no of apples having mean weight of 6 oz is N(6,1.4)
Then sample mean will be normal with (6, 1.4/7) = (6,0.2)
(Because sample mean follows normal with std error as std dev /sqrt of sample size)
Now required probability <0.10
i.e.
Since x bar is normal we find z score for

From std normal distribution table we find that z = 1.28
Corresponding X score =

Answer:
y = 2(x-3)
Step-by-step explanation:
This is because Gavin representing "x" loses 3 marbles, which is shown by the -3 in the parenthesis, is half of what Cindy has, or as the problem says "Cindy has double the marbles that Gavin has." These two together result in y=2(x-3)
The formula is a permutation in which n represents the sample points in the set, while r represents the number of sample points in each permutation.
Answer:
0.44
Step-by-step explanation:
Given the estimated logistic regression model on risk of having squamous cell carcinoma
-4.84 + 4.6*(SMOKER)
SMOKER = 0 (non-smoker) ; 1 (SMOKER)
What is the predicted probability of a smoker having squamous cell carcinoma?
exp(-4.84 + 4.6*(SMOKER)) / 1 + exp(-4.84 + 4.6*(SMOKER))
SMOKER = 1
exp(-4.84 + 4.6) / 1 + exp(-4.84 + 4.6)
exp^(-0.24) / (1 + exp^(-0.24))
0.7866278 / 1.7866278
= 0.4402863
= 0.44