How do you write an equation of the line with an x-intercept of 2, and y-intercept of -3?

1 Answer
Feb 15, 2016

The equation is #y=3/2x-3#

Explanation:

I found the equation by using the #y=mx+b# formula, where #m# is the slope and #b# is the #y#-intercept. In this case we are given the #y#-intercept, which is #-3#, or #(0,-3)#.

So now we have #b#, and we still need to find #m#, or the slope. Now how are we going to find that? Well, the slope is rise over run, so we could graph two points and count the points it goes up and the points it goes over and write it as a ratio. If we want to do that, first things first, we'd need two points. And I think we have them! The #y#-intercept was #(0,-3)#. The #x#-intercept was #2#, which can be rewritten into a coordinate pair to read #(2,0)#!

Now we have two points. We could graph the two and find the slope by counting, or we could use another formula, which looks like this: #(color(red)(y_2)-color(blue)(y_1))/(color(green)(x_2)-color(purple)(x_1))#. Let's assign a name for our coordinate pairs. #(0,-3)# can be #(color(green)(x_2),color(red)(y_2))#, and #(2, 0)# can be #(color(purple)(x_1), color(blue)(y_1))#. Now we have #(color(red)(-3)-color(blue)(0))/(color(green)(0)-color(purple)(2))#, which can be simplified to #(-3)/-2# or just #3/2#. NOW we have #m#, and we can write our equation.

#y=mxtb# becomes #y=3/2x-3#. And to double check, let's graph our equation and make sure that the #x#-intercept is at #2# and that the #y#-intercept is at -3.
graph{y=3/2x-3}

Which it is! Good job, we got it right!