Related questions with answers
When drawing five cards randomly from a deck, which is more likely, two pairs or three of a kind? A pair is exactly two of the same denomination. Three of a kind is exactly 3 of the same denomination. (Don 't count three 8's as a pair-that's 3 of a kind. And don 't count 4 of the same kind as two pair that 's 4 of a kind, a very special hand.) How could you simulate 5-card hands? Be careful; once you've picked the 8 of spades, you can't get it again in that hand. a) Describe how you will simulate a component. b) Describe how you will simulate a trial. c) Describe the response variable.
Solution
Verifieda) Let a bag contain 52 marbles, 4 marbles of each color with 13 different colors (each color represents a different denomination). Then drawing a marble from the bag simulates a component.
b) Repeat the simulation of the component in (a) 5 times by returning the marble after each simulation of the component.
c) The response variable is the maximum number of same colored marbles picked and thus can be a number between 1 and 4.
Create an account to view solutions
Create an account to view solutions
Recommended textbook solutions

Probability and Statistics for Engineers and Scientists
9th Edition•ISBN: 9780321629111 (9 more)Keying E. Ye, Raymond H. Myers, Ronald E. Walpole, Sharon L. Myers
Intro Stats
4th Edition•ISBN: 9780321825278 (1 more)David E. Bock, Paul Velleman, Richard D. De Veaux
The Practice of Statistics for the AP Exam
5th Edition•ISBN: 9781464108730Daniel S. Yates, Daren S. Starnes, David Moore, Josh Tabor
Statistics and Probability with Applications
3rd Edition•ISBN: 9781464122163Daren S. Starnes, Josh TaborMore related questions
1/4
1/7