How many hours does it take to fill a 16m x 7m x 7m tank with water?

AI Thread Summary
To fill a tank measuring 16m x 7m x 7m, which has a volume of 784,000 litres, water is added at an increasing rate: 150 litres in the first hour, 350 in the second, and 550 in the third, following an arithmetic progression. The equations for the sum of an arithmetic series are used to determine the total time required to fill the tank. After correcting a mistake in the calculations, the resulting quadratic equation yields approximately 87.921 hours, which rounds to about 88.3 hours. The discussion highlights the importance of correctly applying the arithmetic series formula and solving quadratic equations to find the number of hours needed. The final conclusion confirms the time required to fill the tank is around 88.3 hours.
mister_tom
Messages
8
Reaction score
0

Homework Statement


water fills a tank at a rate of 150 litres during the first hour, 350 litres during the second hour, 550 litres during the 3rd hour and so on. find the number of hours neccesary to fill a rectangular tank 16m x 7m x7m

Homework Equations


l=a+(n-1)d

S= n/2 (a+l)

where:

l = term
a = first no in series
n = nth term
d = common difference
S = sum

The Attempt at a Solution


volume of tank = 784

although it doesn't say i assumed 1m(3) is equal to 1000kg = 1000 litres

therefore water required to fill tank = 784,000 litres

a = 150

d = 200

what i don't understand is in either equation given for arithmetic progression there are 2 unknows?the answer is 88.3 hours
 
Last edited:
Physics news on Phys.org
You have 2 equations in 2 unknowns. Do you know how to solve a system of equations?
 
thrill3rnit3 said:
You have 2 equations in 2 unknowns. Do you know how to solve a system of equations?

not entirely, i attempted to replaced l in the 2nd equation to the answer for l in the first to give:

S= n/2 (a+(a+(n-1)d))

but i couldn't seem to get a decent answer from that
 
Substitute for a and d, which you know, and try a few value of n.
 
mister_tom said:
not entirely, i attempted to replaced l in the 2nd equation to the answer for l in the first to give:

S= n/2 (a+(a+(n-1)d))

but i couldn't seem to get a decent answer from that

You know a (first term), d (common difference), and S (sum, which is 784,000).

You're left with 1 variable, n, which is exactly what you're trying to find (number of terms/hours)
 
Mark44 said:
Substitute for a and d, which you know, and try a few value of n.

i don't understand sorry, why would i need to substitute values that i already know?
 
thrill3rnit3 said:
You know a (first term), d (common difference), and S (sum, which is 784,000).

You're left with 1 variable, n, which is exactly what you're trying to find (number of terms/hours)

the problem I am having now is although there's only 1 variable (n) there's 2 of them, and i need to get only 1 for the answer.

this is what i tryed:

S= n/2 (a+(a+(n-1)d))
2S = n (150+(150+(n-1)200))
2S = n (150+150+200n-200)
2S = n (150+(200n-50)
2S = n (100+350n)
2S = 100n+350n2

not sure if this is the right method or if it is where to go from here?
 
S is the sum of the series, so it's 150+350+550+...

It should total what is necessary to fill the container tank, right? So what do we substitute for S?
 
mister_tom said:
the problem I am having now is although there's only 1 variable (n) there's 2 of them, and i need to get only 1 for the answer.

this is what i tryed:

S= n/2 (a+(a+(n-1)d))
2S = n (150+(150+(n-1)200))
2S = n (150+150+200n-200)
2S = n (150+(200n-50)
Mistake in line below.
mister_tom said:
2S = n (100+350n)
2S = 100n+350n2

not sure if this is the right method or if it is where to go from here?
This is the right way, but you have a mistake, noted above.

You know S, so what you have (when you fix the error) is a quadratic equation in n. Hopefully, you know how to solve quadratic equations.
 
  • #10
ahhh brilliant thanks guys.

changing my mistake i get:

2 * 784000 = 250n + 200n2

giving:

0 = 200n2 + 250n - 1568000

then applying to a quadratic equation i get 87.921, not quite 88.3 but then I am assuming that 1 cubic metre of water = 1000 litres.

thanks again that confused me a lot more than it should have
 
  • #11
mister_tom said:
ahhh brilliant thanks guys.

changing my mistake i get:

2 * 784000 = 250n + 200n2
Looks like what you did is change to a different mistake.

This line looks fine (except for missing right parenthesis)
2S = n (150+(200n-50)
You need only one pair of parentheses, like so:
2S = n (150+ 200n-50)
mister_tom said:
giving:

0 = 200n2 + 250n - 1568000

then applying to a quadratic equation i get 87.921, not quite 88.3 but then I am assuming that 1 cubic metre of water = 1000 litres.

thanks again that confused me a lot more than it should have
 

Similar threads

Back
Top