Please help to solve question 1 and subsections 1-4
1: Powerball
Consider the multi-state lottery Powerball game. Each ticket is $2 and allows a player to select 5 white
balls from 1 to 69 (without replacement), and 1 Red Powerball, from 1 to 26. The order of the five white
balls does not matter when evaluating a win.
Please help to solve question 1 and subsections 1-4 1: Powerball Consider the multi-state lottery Powerball...
Bonus Question The Powerball multi-state lottery is played by picking 5 numbers between 1 and 59 (the white balls) and an additional bonus number between 1 and 39 (the red Powerball). Twice a week 5 white balls and a red Powerball are drawn from two separate drums revealing the winning numbers. To win at Powerball, your numbers must match the numbers on the winning balls in any of the following nine ways: 5 white balls + red Powerball (Grand Prize)...
The Powerball lottery is played twice each week in 44 states, the District of Columbia, and the Virgin Islands. To play Powerball, a participant must purchase a $2 ticket, select five numbers from the digits 1 through 69, and then select a Powerball number from the digits 1 through 26. To determine the winning numbers for each game, lottery officials draw 5 white balls out a drum of 69 white balls numbered 1 through 69 and 1 red ball out...
In a new lottery game, you must pick 6 numbers, chosen from 1-64. You win a prize if your numbers match at least 4 of the numbers drawn. How many ways can a winning ticket have 4 correct (and two incorrect) numbers?
In a lottery game, a player picks six numbers from 1 to 48. If 4 of those 6 numbers match those drawn, the player wins third prize. What is the probability of winning this prize? hints; The "favorable outcome" is to get 4 winning numbers and 2 non-winning numbers. How many ways can we get 4 winning numbers out of the 6 possible numbers? How many ways can we get 2 non-winning numbers out of all of the non-winning numbers?...
Exercise 1.7 all, with clear explanations for each one.
Exercise 1.7: If you buy a Powerball lottery ticket, you can choose 5 mbers between 1 and 59 (picked on white balls) and one number between 1 and 35 (picked on a red b How many ways can you (A) win the jackpot (guess all the numbers correctly)? (B) match all the white balls but not the red ball? (C) match exactly 3 white balls and the red ball? (D) match...
In a lottery game, a player picks 4 numbers from 1 to 46. If 2 of those 4 numbers match those drawn, the player wins third prize. Let's walk through the steps to determine the probability of winning third prize. In how many ways can 2 winning numbers be chosen from the possible 4 numbers? In how many ways can 2 non-winning numbers be chosen from the pool of all non-winning numbers? The number of favorable outcomes would be to...
Write a C++ program that simulates playing the Powerball game. The program will generate random numbers to simulate the lottery terminal generated numbers for white balls and red Powerball. The user will have the option to self-pick the numbers for the balls or let the computer randomly generate them. Set the Grand Prize to $1,000,000,000.00 in the program. Project Specifications Input for this project: Game mode choice – self pick or auto pick Five numbers between 1 and 69 for...
Need help with assignment This assignment involves simulating a lottery drawing. In this type of lottery game, the player picks a set of numbers. A random drawing of numbers is then made, and the player wins if his/her chosen numbers match the drawn numbers (disregarding the order of the numbers). More specifically, a player picks k distinct numbers between 1 and n (inclusive), as well as one bonus number between 1 and m (inclusive). "Distinct" means that none of the...
Please post screenshots only
File Tools View CMSC 140 Common Projects Spring 2019(1) E - 3 x Project Description The Powerball game consists of 5 white balls and a red Powerball. The white balls represent a number in the range of 1 to 69. The red Powerball represents a number in the range of 1 to 26. To play the game, you need to pick a number for each ball in the range mentioned earlier. The prize of winning the...