asked 129k views
2 votes
Find the two points where the the line crosses the x and y axis for the given equation.

a) ax + by = c
b) ax - by = c

1 Answer

3 votes
To figure out where each crosses the x and y axis simply plug in 0 for y and x respectively.

x intercept is where y = 0
y intercept is where x = 0

a) x intercept

ax + b(0) = c

c = ax

x = c/a so the x intercept is (c/a, 0)

y intercept

a(0) + by = c
0 + by = c
y = c/b, so the y intercept is (0,c/b)

Jus repeat the process for part b

b) x intercept
ax - 0 = c
x = c/a, so the x intercept is the same, (c/a , 0)

y intercept

0 - by = c
y = -c/b, so the y intercept is different from before (0, -c/b)
answered
User Chinloyal
by
7.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.