Probability & Statistics Quiz
1. Two events A and B represent drawing a red card or a face card from a standard deck of 52 cards. What is the probability of drawing a red card or a face card?
P(A∪B)=P(A)+P(B)−P(A∩B)2. What this code will output?
3. Two fair dice are rolled. A="first die is even", B="sum of dice ≥ 10". What is P(A∩B)?
P(A∩B)=P(A)×P(B)4. What this code will output?
5. In a deck: let A="card is a King", B="card is a face card". What is P(A∣B)?
P(A∣B)=P(B)P(A∩B)6. What this code will output?
7. A bag has 5 red and 3 blue marbles. One marble is drawn and not replaced, then a second is drawn. What is P(second is red∣first was blue)?
P(A∣B)=P(B)P(A∩B)8. What this code will output?
9. A rare disease affects 0.5% of the population. Test sensitivity is 98% and false-positive rate is 3%. If a person tests positive, what is P(disease∣positive)?
P(D∣Pos)=P(Pos)P(Pos∣D)P(D)10. What this code will output?
11. Which statement is true about a sample and population (and the sample mean)?
xˉ=n1i=1∑nxi12. What this code will output?
13. If 12 successes are observed in a sample of 50, what is the sample proportion p^?
p^=nx14. What this code will output?
15. Which sampling method is most likely to introduce bias in a survey about average weekly exercise time?
xˉ=n1i=1∑nxi16. What this code will output?
17. If every data point in a dataset is increased by constant c, which measure(s) change?
μ=N∑xi18. What this code will output?
19. Population variance formula and compute variance for [2,4,6,8].
σ2=N∑(xi−μ)220. What this code will output?
21. Binomial probability formula. For n=10, p=0.5, what is P(X=3)?
P(X=k)=(nk)pk(1−p)n−k22. What this code will output?
23. Z-score formula: for N(μ=100,σ=15), what is z for x=130?
z=σx−μ24. What this code will output?
25. Uniform(0,10). What is P(2≤X≤5)?
f(x)=b−a1,for a≤x≤b26. What this code will output?
War alles klar?
Danke für Ihr Feedback!
Abschnitt 5. Kapitel 13
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Suggested prompts:
Can you explain this in simpler terms?
What are the main benefits or drawbacks?
Can you give me a real-world example?
Awesome!
Completion rate improved to 1.89
Probability & Statistics Quiz
Swipe um das Menü anzuzeigen
1. Two events A and B represent drawing a red card or a face card from a standard deck of 52 cards. What is the probability of drawing a red card or a face card?
P(A∪B)=P(A)+P(B)−P(A∩B)2. What this code will output?
3. Two fair dice are rolled. A="first die is even", B="sum of dice ≥ 10". What is P(A∩B)?
P(A∩B)=P(A)×P(B)4. What this code will output?
5. In a deck: let A="card is a King", B="card is a face card". What is P(A∣B)?
P(A∣B)=P(B)P(A∩B)6. What this code will output?
7. A bag has 5 red and 3 blue marbles. One marble is drawn and not replaced, then a second is drawn. What is P(second is red∣first was blue)?
P(A∣B)=P(B)P(A∩B)8. What this code will output?
9. A rare disease affects 0.5% of the population. Test sensitivity is 98% and false-positive rate is 3%. If a person tests positive, what is P(disease∣positive)?
P(D∣Pos)=P(Pos)P(Pos∣D)P(D)10. What this code will output?
11. Which statement is true about a sample and population (and the sample mean)?
xˉ=n1i=1∑nxi12. What this code will output?
13. If 12 successes are observed in a sample of 50, what is the sample proportion p^?
p^=nx14. What this code will output?
15. Which sampling method is most likely to introduce bias in a survey about average weekly exercise time?
xˉ=n1i=1∑nxi16. What this code will output?
17. If every data point in a dataset is increased by constant c, which measure(s) change?
μ=N∑xi18. What this code will output?
19. Population variance formula and compute variance for [2,4,6,8].
σ2=N∑(xi−μ)220. What this code will output?
21. Binomial probability formula. For n=10, p=0.5, what is P(X=3)?
P(X=k)=(nk)pk(1−p)n−k22. What this code will output?
23. Z-score formula: for N(μ=100,σ=15), what is z for x=130?
z=σx−μ24. What this code will output?
25. Uniform(0,10). What is P(2≤X≤5)?
f(x)=b−a1,for a≤x≤b26. What this code will output?
War alles klar?
Danke für Ihr Feedback!
Abschnitt 5. Kapitel 13