Answer:
PQ
SR
PR
Step-by-step explanation:
they are all going down while the others rise
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
The slope of B is Q maybe
<h2><u>
Answer With Explanation:</u></h2>
<u>Firstly, let's start with <XOZ: =55°</u>
We know that <ZOQ is 70° and angles on a line add up to 180° so we do 180-70=110 110 divided by 2 = 55 so the 2 angles (XOZ & XOP are 55)
<u>Secondly, <OMN, <MON & <ONM = All are 60°</u>
These 2 angles are joined to create an equilateral triangle which always adds up to 180°
So, there are 3 points to this triangle, therefore we divide 180 by 3 which is 60. The angles are 60°
<u>Thirdly, <QON: =55°</u>
This angle lies on the line XON which needs to add up to 180°
As we worked out before, <XOZ was 55°
So, <ZOQ was already given as 70°
We then do 55+70=125 then 180-125=55°
<QON is 55°
(I'm only in Grade 9 LOL)