There are 300 seconds in 5 minutes
8+11=19. So there’s 19 roses in total
Answer:
Step-by-step explanation:
The following code is written in Python. It is a function that takes in the number of miles as an argument and returns the number of laps that those miles represents.
def miles_to_laps(miles):
laps = miles / 0.25
return laps
Use PEMDAS
20 * 20/5 + 100 - 50
Multiply and divide first
20 * 20 = 400
400/5 = 80
Add 100 and then subtract 50
80 + 100 = 180
180 - 50 = 130
130 is the answer.