B because of the corresponding angles therom
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:
Step-by-step explanation:
Let x = the age of the youngest child
Let x + 1 = the age of the middle child
Let x + 2 = the age of the oldest child
x + x + 1 + x + 2 = 39
3x + 3 = 39
3x = 36
x = 12 years
It is on the ten thousands value
Answer:
D
Step-by-step explanation:
Here, we want to select which of the options explains the scenario in the question.
Firstly, 1,000 shares were purchased at $10 per share.
Mathematically the total amount of shares bought will be 10 * 1000 = $10,000
Also, we have the growth rate as 12.5% = 12.5/100 = 0.125
Thus, representing the scenario with a function, we have;
A(t) = 10,000 e0.125t