Respuesta :
The team's average value per hand is 0.76 and the simulation is shown in the figure.
Average Value:
Average means the ratio of the sum of all given observations to the total number of observations.
Given,
You are playing a team card game where a team can get 0 points, 1 point, or 3 points for a hand.
The probability of your team getting 1 point for a hand is 60% and of getting 3 points for a hand is 5% .
Here we need to design a simulation and estimate your team's average value per hand.
When we use a random number generator to generate integers
1 through 20, where
1–7 represents 0 points,
8–19 represents 1 point, and
20 represents 3 points.
Do 50 trials and record the results in a frequency table.
The table looks like, the following.
Based on the frequency table, The average value is the sum of the product of each point value and its corresponding frequency is calculated as,
=> average = (0 x 16/50) + (1 x 32/50) + (3 x 2/50)
=> average = 0 + 32/50 + 6/50
=> average = 38/50
Which is approximately equal to,
=> average ≈ 0.76
Therefore, team's average value per hand is 0.76
To know more about Average value here.
https://brainly.com/question/27646993
#SPJ4
