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: A. The slope is
.
Step-by-step explanation:
The slope of a line helps to specify the direction of the line.
The slope of a line that passes through (a,b) and (c,d) is given by :-

Then the slope of a line passes through origin i.e. (0,0) and (-9,12) is given by :-

Hence, the slope is
.
Answer:
median is 55
Step-by-step explanation:
Answer:
A) (17 ; 550)
B) $17/item
C) 550
Step-by-step explanation:
First we must calculate the intersection point of the two lines. Since in that point <em>y</em> has the same value in both equations, we can obtain <em>x </em>by equalling the two equations and then using that value for obtaining <em>y</em>:

So the value of <em>x</em> in the intersection point is 17. We now use this value with either one of the equations to obtain <em>y</em><em>. </em>Let's use the supply equation:

So the intersection point is (17 ; 550)
Supply and demand are in equilibrium when the amount of items on supply are the same as the ones on demand. That is the point were the two lines intersect, which means the selling price is the <em>x</em> coordinate and the amount of items is the <em>y</em> coordinate, so that is a selling price of <em>$17/item</em> with a number of items of <em>550</em>.