The probabilities of a student getting grade A, B, C and D are 0.2, 0.3, 0.15 and 0.35 respectively. Then the probability that the student gets

1) At least C grade is __________
2) At most C grade is ___________

2 answers

At least C = A, B or C

Either-or probability is found by adding individual probabilities.

At most C = F, D or C

Is there no probability of getting an F?

P(F) = 1 - .2 - .3 - .15 - .35 = ?
Waste
Similar Questions
  1. class students : def_init_(self,name,grade): self.name =nameself . grade =grade student 34 =students ("maria", 10) student 35 =
    1. answers icon 1 answer
  2. class students : def_init_(self,name,grade): self.name =nameself . grade =grade student 34 =students ("maria", 10) student 35 =
    1. answers icon 1 answer
  3. Which of the following would properly create a new student?class Student: def __init__(self, name, gpa, grade): self.name = name
    1. answers icon 1 answer
  4. Which of the following would properly create a new student?class Student: def __init__(self, name, gpa, grade): self.name = name
    1. answers icon 1 answer
more similar questions