Answer:
y=0
Step-by-step explanation:
Rewrite Evaluate Powers:
3
Calculate:

Solve using substitution:

Solve the equation for t:
t=-3
t=1
Substitute back to t=3^y
3^y=-3
3^y=1
y∉R

y=0
Using pseudocode:
printArray(arr[], integers)
DECLARE integers
integers = SizeOf(arr)
FOR i = 1 to integers // loop from 1 to the number of elements in arr[]
print(i)
print('')
i = i + 1
ENDFOR
END
The total change in the amount of water in the pool is 288 gallons.
<h3>What is Volume?</h3>
Volume is a scalar quantity expressing the amount of three-dimensional space enclosed by a closed surface.
Here, Rate of water pumped into her pool = 6 gallons / minute.
Total Duration = 48 minutes
Total amount of water = Rate X Time
= 6 X 48
= 288 gallons
Thus, the total change in the amount of water in the pool is 288 gallons.
Learn more about Volume from:
brainly.com/question/1578538
#SPJ1
The first machine does 200 in 1 hour, so in 8.5 hours it will then do 200 * 8.5.
the second machine does 180 in 1 hour, so in 8.5 hours it will then do 180 * 8.5.
the third machine does 150 in 1 hour, so in 8.5 hours it will do then 150 * 8.5.
how many bottles will they all do in total on that time?
(200 * 8.5) + (180 * 8.5) + (150 * 8.5)