The expected value per game is -0.26. Over 1000 games, you can expect to lose $263.16.
To find the expected value, we multiply the probability of winning by the amount of winnings, the probability of losing by the amount of loss, and adding those together.
We have a 1/38 chance of winning; 1/38(175) = $4.61. We also have a 37/38 chance of losing; 37/38(5) = $4.87.
$4.61-$4.87 = -$0.26 (rounded)
To five decimal places, our answer is -0.26136; multiplied by 1000 games, this is $261.36 lost.
Red line slope=3/4
Blue line slope=2/3
The program is an illustration of loops
<h3>What are loops?</h3>
Loops are program statements that are used to perform repetition
<h3>The main program</h3>
The program written in Python, where comments are used to explain each line is as follows:
#This initializes sum to 0
summ = 0
#This gets input for the first number
num = int(input())
#This is repeated while num is not -1
while num!= -1:
#This calculates the sum
summ+=num
#This gets input for the num
num = int(input())
#This prints the sum
print(summ)
Read more about loops at:
brainly.com/question/16397886
4(c+12)=2c+18
4c+12c=2c+18
4c-2c=18-48
2c=-30
c= -30/2
c= -15
Answer: C)46 ft
Step-by-step explanation:
We know that the circumference of a circle can be calculated with this formula:

Where "r" is the radius of the circle.
Since John is putting a fence around his garden that is shaped like a half circle and a rectangle, then we can find how much fencing he needs by making this addition:

Where "l" is the lenght of the rectangle and "w" is the width of the rectangle.
Since we know that the radius of the circle is half its diameter, we can find "r". This is:

Then, substituting values (and using
), we get:
