Summary
Highlights
The video introduces the concept of converting a normal random variable to a standard normal variable using the z-score. The z-score measures the distance between an observation and the mean in units of standard deviation. The formula is presented: Z = (X - μ) / σ, where X is the data value, μ is the mean, and σ is the standard deviation. A positive z-score means the value is above the mean, negative means below the mean, and zero means it's equal to the mean.
The first example demonstrates how to determine the z-value for given x-values with a mean of 16 and a standard deviation of 3. Calculations are shown for X = 12 (Z = -1.33, below the mean), X = 8 (Z = -2.67, below the mean), X = 22 (Z = 2, above the mean), and X = 25 (Z = 3, above the mean).
This example involves finding the z-value for a reading score of 58, with a mean of 50 and a standard deviation of 4. The calculation Z = (58 - 50) / 4 results in a z-value of 2. This indicates that a score of 58 is 2 standard deviations above the mean.
The video walks through locating the z-value for a PE score of 39, given a mean of 45 and a standard deviation of 6. The calculation Z = (39 - 45) / 6 yields a z-value of -1, signifying that a score of 39 is 1 standard deviation below the mean.
This example reverses the process: given a z-score of 1.2 for a light bulb, a mean lifespan of 842 hours, and a standard deviation of 90, the video calculates the actual lifespan (X). Using the rearranged formula X = Z * σ + μ, the lifespan is found to be 950 hours.
The fifth example demonstrates how to find the area under the normal curve between two x-values (X = 20 and X = 27), with a mean of 20 and a standard deviation of 4. First, z-scores are calculated for both X-values (Z=0 for X=20, Z=1.75 for X=27). Then, a z-table is used to find the area between Z=0 and Z=1.75, which is 0.4608.
This extended example uses standardized test scores with a mean of 60 and a standard deviation of 8. The first question asks for the percentage of students who scored below 72. Calculating the z-score for X=72 (Z=1.5) and then using a z-table, the area to the left of 1.5 is found by adding the area from 0 to 1.5 (0.4332) to 0.5, resulting in 0.9332 or 93.32%.
The second part of the standardized test example asks for the percentage of students who scored between 58 and 76. Z-scores are calculated for both X-values: Z = -0.25 for X=58 and Z = 2 for X=76. Since the z-scores have different signs, the areas corresponding to each z-score (0.0987 for Z=-0.25 and 0.4772 for Z=2) are added. The total area is 0.5759, meaning 57.59% of students scored between 58 and 76.
The final part of the standardized test example asks how many students scored higher than 64 out of 250 students. The z-score for X=64 is calculated as 0.5. Since it's 'higher than' and the z-score is positive, the area from 0 to 0.5 (0.1915) is subtracted from 0.5. This gives 0.3085. Multiplying this by the total number of students (250) yields approximately 77 students.