find each probalility for each event describe below.Detail explanations are appreciate.All of these qustions were created by my computer sicence professor,and from the following link.
http://facstaff.cbu.edu/~ssalan/cs112/labs/lab12-random/lab12.py
You could write a program to test or confirm your results.
# Event 3: We draw a single card. The card is an ace. (4/52) # Event 4: We draw five cards with replacement. We get five aces.
# Event 5: We draw five cards without replacement. The five cards are from the same suit.
# Event 6: We draw five cards without replacement. The five cards make a sequence of cards of consecutive order. Example: 10, jack, 9, 8, 7.
# Event 7: We draw five cards without replacement. The five cards make a full house: three cards of one rank and two cards of different rank.
I post these qustions in here because I think some of solutions of the events post on the link are not accurate.I will have to write codes to test the probalilities for each events later.