subject
Mathematics, 13.12.2019 00:31 christopherholmes

You are going to simulate randomly picking a card from a deck. you are curious to know what is the probability of getting a pair when you are dealt five cards.

a pair is when you get two of the same card. for example, two kinds or two tens.

choose all the following that are true or correct. read carefully.

a
you could simulate this by running randint(1,13,5) where 1 represents ace, 2 is 2, 3 is 3, all the way to 11 is jack, 12 and queen and 13 is king.
b
you could simulate this by running randint(1, 52, 10). each card being its own number and looking for pairs. being sure to disregard any repeated number in the hand of 5. for example, 1,5,20,46,20,3, you would disregard the second 20.
c
a trial is when you get 5 different cards and there is a pair.
d
you could simulate this by running randint(1,13,5) and ends when you get 5 randomly generate numbers.

ansver
Answers: 3

Another question on Mathematics

question
Mathematics, 21.06.2019 15:10
An objects motion is described by the equation d= 4sin (pi t) what will the height of the object be at 1.75 seconds?
Answers: 1
question
Mathematics, 21.06.2019 17:20
Select a graph that have an equation with a < 0
Answers: 2
question
Mathematics, 21.06.2019 20:10
Which value of m will create a system of parallel lines with no solution? y= mx - 6 8x - 4y = 12
Answers: 1
question
Mathematics, 21.06.2019 22:00
White shapes and black shapes are used in a game. some of the shapes are circles. while the rest are squares. the ratio of the number of white shapes to the number of black shapes is 5: 11. the ratio of the number of white cicrles to the number of white squares is 3: 7. the ratio of the number of black circles to the number of black squres is 3: 8. work out what fraction of all the shapes are circles.
Answers: 2
You know the right answer?
You are going to simulate randomly picking a card from a deck. you are curious to know what is the p...
Questions
Questions on the website: 13722360