SOLUTION: Given a normal distribution with mean = 51 and Standard deviation = 8, and given you select a sample of n = 100, complete parts (a) through (d). a. What is the probability that

Algebra.Com
Question 1203069: Given a normal distribution with mean = 51 and Standard deviation = 8, and given you select a sample of n = 100, complete parts (a) through (d).
a. What is the probability that X is less than 49?
P(X <49) =
(Type an integer or decimal rounded to four decimal places as needed.)
b. What is the probability that X is between 49 and 51.5?
P(49 < X < 51.5) =
(Type an integer or decimal rounded to four decimal places as needed.)
c. What is the probability that X is above 51.5?
P(X > 51.5) =
(Type an integer or decimal rounded to four decimal places as needed.)
d. There is a 35% chance that X is above what value?
X=
(Type an integer or decimal rounded to two decimal places as needed.)

Found 2 solutions by Theo, ikleyn:
Answer by Theo(13342)   (Show Source): You can put this solution on YOUR website!
using the calculator at https://davidmlane.com/hyperstat/z_table.html, i get the following.

a. What is the probability that X is less than 49?
P(X <49) = .0062

b. What is the probability that X is between 49 and 51.5?
P(49 < X < 51.5) = .7278

c. What is the probability that X is above 51.5?
P(X > 51.5) = .2660

(Type an integer or decimal rounded to four decimal places as needed.)
d. There is a 35% chance that X is above what value?
X = 51.3082

here's what the results look like on a graph.











Answer by ikleyn(52781)   (Show Source): You can put this solution on YOUR website!
.
Given a normal distribution with mean = 51 and Standard deviation = 8, and given you select a sample of n = 100, complete parts (a) through (d).
a. What is the probability that X is less than 49?
P(X <49) =
(Type an integer or decimal rounded to four decimal places as needed.)
b. What is the probability that X is between 49 and 51.5?
P(49 < X < 51.5) =
(Type an integer or decimal rounded to four decimal places as needed.)
c. What is the probability that X is above 51.5?
P(X > 51.5) =
(Type an integer or decimal rounded to four decimal places as needed.)
d. There is a 35% chance that X is above what value?
X=
(Type an integer or decimal rounded to two decimal places as needed.)
~~~~~~~~~~~~~~~~~


        All 4 (four) answers in the post by @Theo are incorrect,
        since in his calculations he mistakenly used Standard Deviation SD = 0.8
        (as you can see from his snapshots), while the given value to use is SD= 8.


The correct answers are (I used for calculations regular calculator TI84,
but you can use the same online calculator https://davidmlane.com/hyperstat/z_table.html
as Theo used, too - it is on your choice).

                     z1   z2   mean SD           <<<---===  formatting pattern
(a)  P = normalcdf(-9999, 49,   51, 8) = 0.4013.


                     z1   z2   mean SD           <<<---===  formatting pattern
(b)  P = normalcfd(  49,  51.5, 51, 8) = 0.1236.


                     z1   z2   mean SD           <<<---===  formatting pattern
(c)  P = normalcfd( 51.5, 9999, 51, 8) = 0.4751.


These three calculations compute the area under the normal curve (standard function normalcfd).

The last, fourth calculation computes z-score from the given area (standard function invNorm).

                 area  mean SD                   <<<---===  formatting pattern
(d)  z = invNorm(0.35, 51,  8) = 54.083.

Solved.

---------------------

Notice that in the condition, these words "and given you select a sample of n = 100" are
to the problem, came there by of the problem's composer,
and should be from there, in order for the problem makes sense.



RELATED QUESTIONS

Given a normal distribution with the mean = 100 and standard deviation = 10, if you... (answered by rothauserc)
Given a normal distribution with a = 100 and σ = 10, if you select a random sample (answered by stanbon)
CONSIDER A NORMAL DISTRIBUTION WITH THE MEAN OF 104 AND STANDARD DEVIATION OF 20, IF YOU... (answered by ewatrrr)
The number of crimes committed daily has some unknown probability distribution with the... (answered by CPhill)
Given a normal distribution with μ = 100 and σ = 10, if you select a sample of n = 25,... (answered by Boreal)
Given a normal distribution with μ = 75 and σ = 40, if you select a sample of n = 16,... (answered by rothauserc)
Suppose x has a normal distribution with mean 𝜇 = 51 and standard deviation 𝜎 = 7. (answered by Grelavio)
Please show the formula(s) for question given. Given a normal distribution with a mean... (answered by stanbon)
Given a normal distribution μ = 100 with and σ=10, if you select a sample of... (answered by stanbon,kkasko)