To compare the amounts of liquid in the two vats, we can define the variable \( x \) as the number of minutes that have passed since the pumps started filling the vats.
-
For the first vat (starting from empty and filling at 6 gallons per minute):
- The amount of liquid in this vat after \( x \) minutes can be expressed as: \[ A_1 = 6x \]
-
For the second vat (starting with 10 gallons and filling at 4 gallons per minute):
- The amount of liquid in this vat after \( x \) minutes can be expressed as: \[ A_2 = 10 + 4x \]
To find when the two vats will have equal amounts of liquid, we set the two expressions equal to each other: \[ 6x = 10 + 4x \]
Now, we can solve for \( x \) to find the time when both vats contain the same amount of liquid.
-
Subtract \( 4x \) from both sides: \[ 6x - 4x = 10 \] \[ 2x = 10 \]
-
Divide by 2: \[ x = 5 \]
So, the two vats will contain equal amounts of liquid after 5 minutes.