asked 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

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.

answered
User Kieranpotts
by
8.1k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.