173k views
4 votes
Given that the value of b can never be equal to -1, determine if the equations are intersecting, parallel, or coincident.

x + y = ab
bx - y = a
Intersecting
Parallel
Coincident

User Tassock
by
4.4k points

1 Answer

1 vote

Answer: A) intersecting

-----------------------------------------------

Work Shown:

Solve the first equation for y

x+y = ab

y = -x+ab

y = -1x + ab

slope = -1, y intercept = ab

-----------

Solve for y in the second equation

bx - y = a

bx - y - a = 0

bx-a = y

y = bx - a

Slope = b, y intercept = -a

-----------

The first equation has a slope of -1. The second equation has a slope of b.

Since b cannot equal -1, this means the two equations have different slopes. It is impossible for these two lines to be parallel, because parallel lines have equal slopes. The different slope values tell us the lines cross at exactly one point.

User Marco Ceppi
by
4.3k points