The bulk of the analysis for a solution is to fill a chart for Rate, Time, Job, for each of pipe A, pipe B, and pipes A and B together. If anyone knows how to present a chart in the forum, please tell; anyway, I developed this information, using t as time for pipe B to fill the tank:
pipe A: Rate? time=t-4 jobs=1
pipe B: Rate? time=t jobs=1
pipes A and B Together: Rate? time=24 minutes jobs=1
That information further indicates that These rate expressions use:
pipe A: Rate= 1/(t-4)
pipe B: Rate= 1/t
both pipes together: Rate=1/24
I did not finish the solution. Can you continue from there?