The answer is A because 75 + 15 is 90
84/4=21
now take the 2 even numbers below 21 and the 2 even numbers above 21
18 +20 + 22 +24 = 84
the numbers are 18, 20, 22 & 24
The answer is 140 peanut bars
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