Question 973401
 find the x-and y- intercepts of the line 8x + 6y=24 and sketch on a graph
--------------
x-intercept ?
Let y = 0
Then 8x = 24
x = 3
x-int is (3,0)
-------------------
y-intercept ?
Let x = 0
Then 6y = 24
y = 4
y-int is (0,4)
------
Graph::
Plot those two points and draw a line thru them::
{{{graph(400,400,-10,10,-10,10,(-8/6)x+4)}}}
Cheers,
Stan H.
------------