\mu = MEAN and \sigma = localeToFixed(STDDEV, 1).
GRADE on the exam.
Find the z-score for person( 1 )'s exam grade. Round to two decimal places.
A z-score is defined as the number of standard deviations a specific point is away from the mean.
We can calculate the z-score for person( 1 )'s exam grade by subtracting the mean (\mu) from
his grade and then dividing by the standard deviation (\sigma).
We can calculate the z-score for person( 1 )'s exam grade by subtracting the mean (\mu) from
her grade and then dividing by the standard deviation (\sigma).
\large{\quad z \quad = \quad
\dfrac{x - \color{PINK}{\mu}}{\color{GREEN}{\sigma}}}
\large{\quad z \quad = \quad
\dfrac{GRADE - \color{PINK}{MEAN}}{\color{GREEN}{localeToFixed(STDDEV, 1)}}}
\large{\quad z \quad \approx \quad localeToFixed(ZSCORE, 2)}
The z-score is localeToFixed(ZSCORE, 2). In other words, person( 1 )'s score was localeToFixed(abs( ZSCORE ), 2)
standard deviation abovebelow the mean.
The z-score is localeToFixed(ZSCORE, 2). In other words, person( 1 )'s score was localeToFixed(abs( ZSCORE ), 2)
standard deviations abovebelow the mean.