I would say the amount used would be at least 50 gallons because it makes most sense. Hope I helped :))
Answer:
V = 640.8849
Step-by-step explanation:
Using the equation for the volume of a cone, all you have to do is plug in the given values of height (h) and radius (r)!

So you end up getting something looking like

Answer:
(a) 4i times
(b) "i × n" times
Step-by-step explanation:
(a) Given the algorithm segment;
for i := 1 to 4, (Outer loop)
for j := 1 to i (Inner loop)
next j,
next i
The inner loop runs for i times, while the outer loop runs for 4 times.
The total times the inner loop would run when the entire algorithm is run is:
= i × 4
= 4i times
(b) Given the algorithm segment;
for i := 1 to n, (Outer loop)
for j := 1 to i (Inner loop)
next j,
next i
Where n is a set of positive integers.
The inner loop runs for "i" times, while the outer loop runs for "n" times.
The total times the inner loop would run when the entire algorithm is run is:
= i × n
= "i × n" times
Answer:
100 mins or 1⅔ hrs
Step-by-step explanation:
¾ hr = ¾ × 60 mins
¾ hr = 45 mins
55 + 45 = 100
100 mins = 100 × hr/60
100 mins = 1⅔ hrs