Question 897962
Let 


x = number of gallons
y = cost to fill up the tank (with x gallons of gas)


x is just a number, which is unknown. Say x = 1. This means that it costs 3*1 = 3 dollars to fill up the tank. So we have the pair x = 1, y = 3. This represents the point (1,3) on the graph. This visually tells you the cost when x = 1 or tells you how many gallons you get for $3.


when x = 2, y = 3*2 = 6
when x = 3, y = 3*3 = 9
when x = 4, y = 3*4 = 12
etc etc


In general, we have this equation y = 3x


That equation tells you to take any gallon amount (x) and multiply it by 3 to get the total cost (y). This is assuming the $3 amount includes taxes and other surcharges.


----------------------------------------------------------------------------


The domain is the set of allowed inputs for x. So this means the domain is the set of nonnegative numbers that are less than or equal to 16. We cannot have a negative number of gallons, so that's why x is nonnegative. Furthermore, we can't fill up the tank past 16 gallons, which explains the "less than or equal to 16"


Algebraically, the domain is {{{0<=x<=16}}}. This says: x is between 0 and 16 including both endpoints.


In interval notation, the domain is [0,16]. The square brackets tell us to include the endpoints.


----------------------------------------------------------------------------

The smallest number in the domain is x = 0


Plug this into the equation y = 3x


y = 3x


y = 3*0


y = 0


So the smallest number in the range is y = 0. Makes sense because if you don't fill your tank, then it costs you $0, ie nothing.


The largest number in the domain is x = 16. This is the most we can fill up the tank.


y = 3x


y = 3*16 ... replace x with 16


y = 48



So if we go to the max of the domain (x = 16) we go to the max of the range (y = 48). In the real world, if we fill up the tank completely and buy 16 gallons of gas, we spend $48.


So the range is {{{0<=y<=48}}}


In interval notation, the range is [0,48]. Again, the square brackets tell us to include the endpoints.