

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Various probability and statistics concepts related to computer science, including outcomes, sample spaces, set operations, and probability calculations. It provides solutions to several problems from a computer science course, demonstrating the application of these fundamental probability and statistics principles in the context of computer systems and components. Topics such as the probability of selecting defective and non-defective computer chips, the probability of having a certain number of defective components, and the probability of computer system failures due to overload or software problems. The detailed solutions and explanations make this document a valuable resource for students studying probability and statistics in the field of computer science, providing them with a practical understanding of how these concepts are applied in real-world computer science scenarios.
Typology: Schemes and Mind Maps
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Page 1 of 2
(b)Outcome = 3-tuple representing the type of the selected (chip 1, chip 2, chip 3), while keeping in mind that there is only one defective (D) and nine good (G) chips. S = { (G, G, G), (D, G, G), (G, D, G), (G, G, D) }
Case 2: Assume repetitions not allowed. 44 and 66 are not possible now. So, total # of choices = 10 – 2 = 8.
Page 2 of 2
Total # of outcomes in S = # of ways to draw 3 chips from 15 chips = “15 choose 3” = 455. Total # of favorable outcomes = # of ways to draw 3 chips from 5 D chips = “5 choose 3” = 10 So, P(All three D’s) = 10/455 = 0.