How do you find the x- and y-intercepts for the given function. Then graph the function: 2x-3y=6?

2 Answers
Apr 18, 2018

#"x-intercept "=3," y-intercept "=-2#

Explanation:

#"to find the intercepts, that is where the graph crosses"#
#"the x and y axes"#

#• " let x = 0, in the equation for y-intercept"#

#• " let y = 0, in the equation for x-intercept"#

#x=0rArr0-3y=6rArry=-2larrcolor(red)"y-intercept"#

#y=0rArr2x-0=6rArrx=3larrcolor(red)"x-intercept"#

#"Plot the points "(0,-2),(3,0)#

#"and draw a straight line through them"#
graph{(y-2/3x+2)((x-3)^2+(y-0)^2-0.04)((x-0)^2+(y+2)^2-0.04)=0 [-10, 10, -5, 5]}

Apr 18, 2018

Set #x# equal to #0# to find the #y#-intercept.

Then set #y# equal to #0# to find the #x#-intercept.

Answers are #(0,-2) and (3,0)#, respectively.
Plotting instructions are in the Explanation.

Explanation:

First, we'll find our intercepts.

The intercept occurs when the function crosses the axis in question, and that means that the value of the opposite axis is equal to 0.

This means we plug in #x=0# to find the y-intercept, and #y=0# to find the x-intercept.

#y#-intercept:

#2x-3y=6#

#2(0)-3y=6 rArr -3y=6#

#y=-2#

#color(blue)(rArr y"-intercept"=(0,-2))#

#x#-intercept:

#2x-3y=6#

#2x-3(0)=6 rArr 2x=6#

#x=3#

#color(purple)(rArr x"-intercept"=(3,0))#

Since we know our intercepts, the EASIEST way to plot our line is to plot both intercepts and then draw a line that passes through both points.

The other way to do it is to re-form the equation into slope-intercept form, #y=mx+b#, and then plot that function:

#2x-3y=6 rArr cancel(2x)-3ycolor(red)(-2x)=6color(red)(-2x)#

#-3y=-2x+6 rArr cancel(-3)/cancel(color(red)(-3))y=(-2)/color(red)(-3)x+6/color(red)(-3)#

#y=2/3x-2#

And now plot like you would plot any other slope-intercept function:

graph{y=2/3x-2 [-10, 10, -5, 5]}

Note that the line passes through both intercepts, so either way works!