Answer:
6.4 minutes ( or 6 minutes and 24 seconds)
Step-by-step explanation:
Filling up the jug means the empty space is 0, hence V = 0.
<em>We plug in 0 into V and solve for t to get the time required to fill it up:</em>

Hence it will take 6.4 minutes to fill up the jugs.
<u>Note:</u> 0.4 minutes in seconds is
seconds
Answer:
wheres the question?
Step-by-step explanation:
Answer:
This is False
Step-by-step explanation:
-5+30<-10
False
Answer:
3%
Step-by-step explanation:
Easy!
88 - 85 which is equivalent to 3.
Make the 3 a percentage
A = 3%
Answer:
Yes
Step-by-step explanation:
A for loop basically relies on repeating the same code for a pre-set number of times. During which you can make any code repeat inside of it, including indexing through a type of list. Many times a for-loop will use the indexes in a list to calculate the number of times that the loop has to repeat. This is usually done in order to search or apply changes in an array of other types of data structures that have countless values stored in it.