Normal distribution head-scratcher

Click For Summary
SUMMARY

The discussion focuses on calculating the probability that the difference between two randomly selected students' exam scores exceeds 5 marks, given a normal distribution with a mean of 63 and a standard deviation of 21. The approach involves defining a new random variable Y = X1 - X2, which has a mean of 0 and a standard deviation of sqrt(2) * 21. The probability is calculated using the Z-score formula, leading to P(Z > 0.052) = 1 - P(Z < 0.052), where Z is derived from the standard normal distribution table.

PREREQUISITES
  • Understanding of normal distribution properties
  • Knowledge of Z-scores and standard normal distribution
  • Familiarity with random variables and their transformations
  • Basic statistics concepts, including mean and standard deviation
NEXT STEPS
  • Study the derivation of the Z-score in normal distributions
  • Learn about the properties of independent random variables in statistics
  • Explore the use of statistical tables for normal distributions
  • Practice calculating probabilities involving differences of random variables
USEFUL FOR

Students, educators, and statisticians interested in understanding normal distribution applications and probability calculations in educational assessments.

Mglafas
Messages
3
Reaction score
0

Homework Statement



A study investigates the performance of students in an exam, which is known to follow a normal distribution, with a mean of 63 and a standard deviation of 21.

What is the probability that the difference between two randomly selected
students is more than 5 marks?

Homework Equations



P(|x1-x2|>5)


Any ideas? Many thanks :)
 
Physics news on Phys.org
Mglafas said:

Homework Statement



A study investigates the performance of students in an exam, which is known to follow a normal distribution, with a mean of 63 and a standard deviation of 21.

What is the probability that the difference between two randomly selected
students is more than 5 marks?

Homework Equations



P(|x1-x2|>5)Any ideas? Many thanks :)

Try using

Y=X1-X2 as a new random variable with mean 0 and standard deviation of sqrt(2)*21

P(Y>5)
Z=(Y-mean)/std

P(Z>.052) = 1-P(Z<.052)

so now you can find the values in a z-table.

I haven't thought of the other case in which X2>X1, but this is at least how you should think about the question.

With such a high deviation intuitively you should be getting a high probability.
 
Last edited:
korican04 said:
Try using

Y=X1-X2 as a new random variable with mean 0 and standard deviation of sqrt(2)*21

P(Y>5)
Z=(Y-mean)/std

P(Z>.052) = 1-P(Z<.052)

so now you can find the values in a z-table.

I haven't thought of the other case in which X2>X1, but this is at least how you should think about the question.

With such a high deviation intuitively you should be getting a high probability.

How did you get 0.052? Mean=0, SD= sqrt(42)?
 
For normal distributions you can use the properties if X1 and X2 are two independent random variables then Y=aX1+bX2 is a random variable with normal distribution and mean a*u1+b*u2 and variance a^2*sigma1^2+b^2*sigma2^2

So in our case Y=X1-X2, mean = 1*63+-1*63=0
variance = 1^2*(21^2)+(-1)^2*(21^2)=21^2+21^2=2*21^2
std=sqrt(2)*21

P(Y>5)
You can't look this up. so you look up Z which is (Y-mean)/std.
 

Similar threads

Replies
6
Views
2K
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
6K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
4K