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
Related Recommendation
How to Find the Probability to the Left of k in a Normal Distribution
Calculating Probability for Normal Distribution in Excel: 3 <= x <= 8
Solve a Probability Question Using Normal Distribution CDF with R
Calculating Probabilities Using Standard Normal Distribution for Z Scores
Calculate Probability for a Normal Distribution with Mean 15.8 and Standard Deviation 4.3