Understanding the probability of a double-six if i roll two dice

0 votes

The probability of a double-six in one throw of two die is 1/36 or 0.028.

If I threw a pair of die a hundred times would 3 (0.028 * 100) be

  1. The amount of times (3) I would get a double-six

OR

  1. The probability (3%) of getting a double-six on all throws.

I have a feeling the correct answer is number 1, because intuitively the chance of getting a double six every time on a hundred throws seems to be a lot lower than 3%.

Please explain, as simply as you can, which is the correct understanding and why?

Mar 21, 2022 in Machine Learning by Dev
• 6,000 points
16,287 views

1 answer to this question.

0 votes

The chance of not getting a double six in a single throw (all but one outcome divided by all outcomes):

35/36

The chances of not getting a double six in k throws

(35/36)**k /* where ** is raised to the k-th power */

The likelihood of at least one double six being thrown in k throws

P(k) = 1 - (35/36)**k

if k ==100 We've got

 P(100) == 0.94022021

Read the Artificial Intelligence tutorial to learn more about Artificial Intelligence and Machine Learning. Also, enrol in Machine Learning Course to become proficient.

answered Mar 23, 2022 by Nandini
• 5,480 points

Related Questions In Machine Learning

0 votes
1 answer

How can I train a model and calculate the accuracy of CBR algorithm?

Hi@Abubakar, You can find lots of documents on ...READ MORE

answered Oct 17, 2020 in Machine Learning by MD
• 95,440 points
550 views
0 votes
1 answer
0 votes
1 answer

Plotting joint probability of two random variable choices

Create pandas.DataFrame , you can use seaborn.jointplot ...READ MORE

answered Mar 23, 2022 in Machine Learning by Nandini
• 5,480 points
1,223 views
0 votes
1 answer

Formula to calculate chance (probability) of a dice side based on its value

If I understand you correctly, you're looking ...READ MORE

answered Mar 17, 2022 in Machine Learning by Dev
• 6,000 points
528 views
0 votes
1 answer

Probability: the one true fish

What you're looking for is P(A|B), which ...READ MORE

answered Mar 25, 2022 in Machine Learning by Dev
• 6,000 points
320 views
0 votes
1 answer

Calculate Z-Score from Probability Value - R programming

It's named qnorm qnorm(p=0.841344746068543) Output 1 The following family of functions ...READ MORE

answered Apr 4, 2022 in Machine Learning by Nandini
• 5,480 points
1,410 views
0 votes
1 answer
0 votes
1 answer

Calculate the probability in R for sum of two dice rolls

By converting the outer values to a ...READ MORE

answered Apr 4, 2022 in Machine Learning by Nandini
• 5,480 points
1,674 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP