Please help me to find the probability of this question.

  • Thread starter Thread starter hpt001
  • Start date Start date
  • Tags Tags
    Probability
Click For Summary
SUMMARY

The discussion focuses on calculating the probability of student performance on a quiz based on attendance in a previous class. It establishes that students present have an 85% chance of passing, while those absent have a 20% chance. The problem involves determining the probability that more than 25 out of 30 students will pass, given that 5 were absent. The solution utilizes binomial distributions, specifically X~Bin(25,0.85) for present students and Y~Bin(5,0.20) for absent students, to derive the probabilities of various passing scenarios.

PREREQUISITES
  • Understanding of binomial distributions
  • Knowledge of probability theory
  • Familiarity with combinatorial mathematics
  • Basic statistics concepts
NEXT STEPS
  • Study binomial probability calculations using the Binomial Probability Formula
  • Learn about cumulative distribution functions for binomial distributions
  • Explore advanced probability concepts such as the Law of Total Probability
  • Investigate real-world applications of probability in educational assessments
USEFUL FOR

Students, educators, statisticians, and anyone interested in probability calculations related to performance assessments in educational settings.

hpt001
Messages
2
Reaction score
0
(Moderator's note: thread moved from "Set Theory, Logic, Probability, Statistics ")

"A lecturer gives spot quizzes in randomly selected classes. In those quizzes he asks questions from the material covered in the previous class. From experience it is known that a student has 0.85 chance of passing the quiz if the student was present in the last class. For a student who was absent last class, that chance is only 0.20. There are 30 students in the class today. Five of those students were absent in the last class. The lecturer has given a spot quiz today."

What is the probability that more than 25 students will pass?
 
Last edited by a moderator:
Physics news on Phys.org
Can you calculate the probability that of the 30 students, 3 that skipped class fail (the other two pass) and 2 that did attend also fail (the other 23 pass)?

Can you do the same, more generally, in the situation where n of the students who missed class and a of the students who attended will fail the test (so 5 - n and 25 - a pass)?
 
This is the way I tried to solve this.
Let
X = The number of students that pass out of 25 students present last class.
Y = The number of students that pass out of 5 students absent last class.
T = Total number of students pass out of 30 students.
X~Bin(25,0.85) and Y~Bin(5,0.20)

PX(x) = 25Cx(0.85x)(0.1525-x ), x = 0,1,2,...25

PY(y) = 5Cy(0.20y)(0.805-y ), y = 0,1,2,3,4,5

The # of passes can be any of following
(Present Absent) Last class
25 and 1 or 2 or 3 or 4 or 5
24 and 2 or 3 or 4 or 5
23 and 3 or 4 or 5
22 and 4 or 5
21 and 5

Pr(T>25) = Pr[(X=25)\cap(Y=1)\cup(X=25)\cap(Y=2)\cup(X=25)\cap(Y=3)......\cup(X=25)\cap(Y=5)]

= Pr(X=25).Pr(Y=1)+Pr(X=25).Pr(Y=2)+......+Pr(X=22).Pr(Y=5)+Pr(X=21).Pr(Y=5)

But I'm not sure that whether this method is correct or not.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
4
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
3
Views
5K