152k views
1 vote
I need to graph the points where the line crosses the axes. Also a basic explanation of how to do so would be helpful

I need to graph the points where the line crosses the axes. Also a basic explanation-example-1

1 Answer

1 vote

Answer:

(0,6) and (-2, 0)

Explanation:

All straight lines follow the equation, y = mx + c. where c is the y-intercept (the point where the line meets the y-axis) and m is the gradient.

In this equation, c = 6. So, the point where the line meets the y-axis is (0, 6).

Remember: the point where the line meets the y-axis always has an x-coordinate of 0 and the point where the line meets the x-axis has a y-coordinate of 0.

using this information, we can substitute y in the equation with 0 becoming

0 = 6 + 3x

now we can solve for x.

0 -6 = 3x

-6 / 3 = x

x = -2

the coordinate is (-2, 0)

User Raugaral
by
7.6k points