Wolfram Computation Meets Knowledge

Fuel Used

The fuel economy of an automobile is the fuel efficiency relationship between the distance traveled and the volume of fuel consumed by the vehicle.

Fuel volume equals the distance divided by fuel economy. Fuel economy is also the reciprocal of fuel consumption.

Formula

{QuantityVariable["V", "Volume"] == QuantityVariable["D", "Distance"]/QuantityVariable["FE", "FuelEconomy"], QuantityVariable["FC", "FuelConsumption"] == QuantityVariable["FE", "FuelEconomy"]^(-1)}

symbol description physical quantity
V volume "Volume"
D distance "Distance"
FE fuel economy "FuelEconomy"
FC fuel consumption "FuelConsumption"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Fuel Used"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Fuel Used"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Fuel Used"], {QuantityVariable["V","Volume"] -> 
   Quantity[15, "Gallons"]}]
Out[3]=

Publisher Information