Answer:
D
Step-by-step explanation:
For some side lengths to create a triangle, any two of the side lengths must have an added length together of less than the third leg. Otherwise, the vertices would simply not be able to be connected by the lines. In a), 3+5=8, but since it is not more, the triangle will not be able to be formed (it would basically just be a line.) In B, 7+8< 16. In C, there is the same situation as with the first example (4+15=19). Finally, in the last one, 5+7>12, and all of the side lengths work out. Therefore, the correct answer is D. Hope this helps!
Answer:
24
Step-by-step explanation:
15 =4
15x 6=90
4x6=24
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:
60
Step-by-step explanation:
60* of the circumference would be 60-the total circumference.