Answer:
21.44 All you need to do is divide the 2.68 by 2 then multiply it by 16
3xy -6x
just multiply 3x by y and 3x by -2
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: 16 minutes and 40 seconds
Step-by-step explanation:
1.) Divide 10 minutes by 3 laps in order to find out how long it takes her to run a single lap. (it ends up being 3 minutes and 20 seconds per lap)
2.) Multiply this number by 5, you get 16 minutes and 40 seconds.
NOTE: remember that you’re using intervals of 60 (seconds in a minute) rather than intervals of 100.
Answer:
the graph will start at y1 and go down 1 and right 2 for every point.
Step-by-step explanation: since the x is negative you know that the graph is going to be negative so from left to right it will be going from top to bottom. next you look at the 1/2 which just states that every point on that line will will be 1 down and two right from the previous point. now you look at the +1 which just says that the graph will cross the y axis a 1.