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
Answer:
the graph is as illustrated above
The absolute value of x is shifting 3 units up
9514 1404 393
Answer:
140°
Step-by-step explanation:
Angles 1 and 3 are "corresponding" angles, so are congruent.
∠1 = ∠3
20x +60 = 30x +20
40 = 10x . . . . . . . . . . . . subtract 20x+20
4 = x . . . . . . . . . . . . . . divide by 10
∠1 = 20x +60 = 20(4) +60 = 80 +60
∠1 = 140°
Answer: second one
Step-by-step explanation:
Null hypothesis: 
Alternative hypothesis: 
The null is based on a recent study that 81% of the population (in this case senior citizens) takes at least one medication. The alternative hypothesis is basically the flip of the claim made in the null.
If Amelia wanted to know if the percentage was less than 81%, then the alternative would be p < 0.81
If Amelia wanted to know if the percentage was larger than 81%, then the alternative would be p > 0.81
However, she wants to know if the percentage is 81%.