Answer:
C. n=23; p^=0.5
Step-by-step explanation:
Normal distribution is symmetrical about the mean.
So, p should be close to ½
Answer:
0.62% probability that randomly chosen salary exceeds $40,000
Step-by-step explanation:
Problems of normally distributed distributions are solved using the z-score formula.
In a set with mean
and standard deviation
, the zscore of a measure X is given by:

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.
In this question:

What is the probability that randomly chosen salary exceeds $40,000
This is 1 subtracted by the pvalue of Z when X = 40000. So



has a pvalue of 0.9938
1 - 0.9938 = 0.0062
0.62% probability that randomly chosen salary exceeds $40,000
Answer:
f(x) = 12x³ - 19x² + 17x - 17
Step-by-step explanation:
We can the numerator by multiplying the denominator by the quotient, and then adding the remainder.
We're given a denominator of 4x - 5
a quotient of 3x² - x + 3
and a remainder of -2
so the original numerator is:
(4x - 5)(3x² - x + 3) - 2
= 12x³ - 4x² + 12x - 15x² + 5x - 15 - 2
= 12x³ - 19x² + 17x - 17
Let's test that by dividing it by 4x -5 with long division:

That matches, so we know our answer's right, and:
f(x) = 12x³ - 19x² + 17x - 17
I wrote down the answer cuz it’s just easier to read that way:)