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:
7
Step-by-step explanation:
7 is the whole number and 1/3 is a fraction
Answer:
Length = 11.25 and width = 3.75 inches.
Step-by-step explanation:
You must mean that the length is 3 times its width.
If the the width is x then the length is 3x inches.
Perimeter = 2*length + 2*width.
2(3x) + 2x = 30
6x + 2x = 30
8x = 30
x = 3.75.
3x = 11.25.
Y=1/16x^2
multiplying both sides by 16 we get:
16y=x^2
The general form of a parabola is:
(x-h)^2=4p(y-k)
thus
4p=16
p=4
The parabola opens upwrd:
Focus: (h,k-p)
(0,0-4)
=(0,-4)
Directrix: y=-4
Answer:
P(X>5) = 0.857
Step-by-step explanation:
Let X
uniform(3.17)

The required probability that it will take Isabella more than 5 minutes to wait for the bus can be computed as:


![P(X > 5) =\dfrac{1}{14} \Big [x \Big ] ^{17}_{5}](https://tex.z-dn.net/?f=P%28X%20%3E%205%29%20%3D%5Cdfrac%7B1%7D%7B14%7D%20%20%5CBig%20%5Bx%20%5CBig%20%5D%20%5E%7B17%7D_%7B5%7D)
![P(X > 5) =\dfrac{1}{14} [17-5]](https://tex.z-dn.net/?f=P%28X%20%3E%205%29%20%3D%5Cdfrac%7B1%7D%7B14%7D%20%5B17-5%5D)

P(X>5) = 0.857