You have a bag with 6 marbles. One marble is white. You reach the bag 100 times. After taking out a marble, it is placed back in the bag. What is the probability of drawing a white marble at least once?
Answer / Sunny Devkumar Singh
The probability of drawing at least one white marble in 100 draws can be calculated using the binomial distribution formula: P(X >= 1) = 1 - P(X = 0), where X is the number of times a white marble is NOT drawn. Since there's only one white marble among six marbles, P(X = 0) can be found using the formula for the binomial probability: P(X = 0) = (5/6)^100 * (5/6)^(99) * ... * (5/6) = (5/6)^100 * ((5/6)^99 - 1)/(5/6 - 1). Using a calculator, you can find that the probability of drawing at least one white marble in 100 draws is approximately 0.827.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between an iterator, generator and list comprehension in Python?
Why do we need generators in Python?
What is the difference between supervised learning an unsupervised learning?
Explain about string parsing in R language
What will you do if removing missing values from a dataset cause bias?
Compare sas, r, python, perl?
Explain Data Science Vs Machine Learning?
What is a recommender system?
Print the elements of a matrix in zig-zag manner.
Please explain eigenvectors and eigenvalues?
What is column storage?
Write a function that takes in two sorted lists and outputs a sorted list that is their union?
AI Algorithms (74)
AI Natural Language Processing (96)
AI Knowledge Representation Reasoning (12)
AI Robotics (183)
AI Computer Vision (13)
AI Neural Networks (66)
AI Fuzzy Logic (31)
AI Games (8)
AI Languages (141)
AI Tools (11)
AI Machine Learning (659)
Data Science (671)
Data Mining (120)
AI Deep Learning (111)
Generative AI (153)
AI Frameworks Libraries (197)
AI Ethics Safety (100)
AI Applications (427)
AI General (197)
AI AllOther (6)