Math Problem Statement

When working on a normal distribution other than the standard normal distribution you need to either first convert to the z-scores and then find probabilities using the standard normal distribution(N(0,1)) OR when using technology you can input the mean and standard deviation.

P (a < X < b) = normalcdf(a,b,)=normalcdf(staring data value, ending data value, mean, standard deviation) to find the probability given the interval of data values.

This is equal to P(<Z<) = normalcdf(,)=normalcdf(smaller z-score, larger z-score)

For finding the data value given the area you can use invNorm. Again you either need to convert the z-score back to the data value OR tell the calculator the mean and standard deviation.

invNorm(area to the left, mean, standard deviation) = data value =X

invNorm(area to the left) = Z = Z-score. Then X =

For the distribution N(10,2) match the probabilities below:

Group of answer choices P(X < a) = 0.1

P(X > a) = 0.1

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Normal Distribution
Probability
Z-scores

Formulas

P(X < a) = invNorm(area, mean, standard deviation)
P(X > a) = 1 - invNorm(area, mean, standard deviation)
P(a < X < b) = normalcdf(start, end, mean, standard deviation)

Theorems

Normal Distribution Theorem
Z-Score Calculation

Suitable Grade Level

Grades 10-12