50.0k views
4 votes
Two professors teach two sections A and B of the same class. Thecourse scores in section A follow a Gaussian random variable of mean 76 and variance64. The course scores in section B follow a Gaussian random variable of mean 67 andvariance 36. What is the probability that the scores of two students, one in sectionA and one in section B, differ by no more than 1 point in absolute value

User Rick Falck
by
6.3k points

1 Answer

0 votes

Answer:

Explanation:

Let A denote the score for students of section A.

Let B denote the score for students of section B.

It is provided that:


A\sim N(76,64)\\B\sim N(67,36)

The scores of the students of the two section are independent.

Compute the mean and variance of A - B as follows:


E(A-B)=E(A)-E(B)=76-67=9\\\\V(A-B)=V(A)+V(B)-2Cov(A,B)=64+36-0=100

Compute the probability that the scores of two students, one in section A and one in section B, differ by no more than 1 point in absolute value as follows:


P(|A-B|\leq 1)=P(-1\leq X-Y\leq 1)


=P((-1)/(10)\leq ((X-Y)-E(X-Y))/(√(V(X-Y)))\leq (1)/(10))\\\\=P(-0.10<Z<0.10)\\\\=P(Z<0.10)-P(Z<-0.10)\\\\=0.53983-0.46017\\\\=0.07966\\\\\approx 0.08

Thus, the probability that the scores of two students, one in section A and one in section B, differ by no more than 1 point in absolute value is 0.08.

User Kieranpotts
by
6.4k points