I think it is 64. you add all of them together and hten divide it by 6.
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:
(-1, -1/2)
Step-by-step explanation:
To find the x coordinate of the midpoint, add the x coordinates and divide by 2
( -11+9)/2 = -2/2 = -1
To find the y coordinate of the midpoint, add the y coordinates and divide by 2
(0+-1)/2 = -1/2
(-1, -1/2)
let x represent the number of apples and y represent the number of oranges.
TOTAL: x + y = 112
y = 112 - x
PEELED: 

3x = 4y
3x = 4(112 - x)
3x = 448 - 4x
7x = 448
x = 64
y = 112 - x
= 112 - 64
= 48
a) There are 64 apples and 48 oranges
Peeled apples:
= 3(8) = 24
Unpeeled apples: 64 - 24 = 40
Unpeeled - Peeled: 40 - 24 - 16
b) there are 16 more unpeeled apples than peeled apples
Answer:
yes
Step-by-step explanation:
5 times 3 is 15 and 12 and 15 and 12 divided by 3 you will get 5/4