Answer:
You could use the equation y = mx + b to solve this problem. The m would equal 7.5 and the be would be zero, so the equation would be y = 7.5x + 0. Add values for x and you would get y.
To measure the capacity of a container, you could use : cup, quarts, tablespoons, ounces, gallons and tablespoons.
Answer: 
Step-by-step explanation:
To find the inverse of the function
, the first step is to replace f(x) with "y":

The second step is to solve for the variable "x":

The third step is to interchange the variables, then:

Finally, let be h(x) the inverse of the function f(x). Then, you can replace "y" with h(x). Therefore, this is:

Answer:
48
Step-by-step explanation:
The formula for finding the area of a rectangle is: l * w = a
So 12*4 = 48.
The first step is to find the slope. Use the slope formula
m = (y2-y1)/(x2-x1)
The two points are (x1,y1) = (-1,5) and (x2,y2) = (2,-1)
So,
x1 = -1
y1 = 5
and
x2 = 2
y2 = -1
will be plugged into the slope formula to get...
m = (y2-y1)/(x2-x1)
m = (-1-5)/(2-(-1))
m = (-1-5)/(2+1)
m = (-6)/(3)
m = -2
The slope is -2
Use m = -2 and one of the points to find the y intercept b. I'll use the point (x,y) = (-1,5) ---> x = -1, y = 5
y = mx+b ... slope intercept form
5 = -2*(-1)+b
5 = 2+b
5-2 = 2+b-2
3 = b
b = 3
The y intercept is 3
-----------------------------------
m = -2 is the slope
b = 3 is the y intercept
Therefore y = mx+b turns into y = -2x+3 as the equation that goes through the two points