SOLUTION: A car uses 6 liters of fuel every 100 kilometres and has a 50 liter tank.
when is the tank empty? display answer in a linear graph
Algebra ->
Linear-equations
-> SOLUTION: A car uses 6 liters of fuel every 100 kilometres and has a 50 liter tank.
when is the tank empty? display answer in a linear graph
Log On
Question 951561: A car uses 6 liters of fuel every 100 kilometres and has a 50 liter tank.
when is the tank empty? display answer in a linear graph Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A car uses 6 liters of fuel every 100 kilometres and has a 50 liter tank.
when is the tank empty? display answer in a linear graph
--------------
amt. in tank = 50 - 6(distance/100)
----
t = 50 - 0.06d
----------------------
The tank is empty when t = 0
Solve for distance
0 = 50 - 0.06d
0.06d = 50
distance = 833 1/3 km
--------------------------
Graph::
------------------
Cheers,
Stan H.
--------------