Solveeit Logo

Question

Mathematics Question on Linear Equations in two variables

Check whether the point (4,3)(-4, 3) lies on both the lines represented by the linear equations:
x+y+1=0andxy=1x + y + 1 = 0 \quad \text{and} \quad x - y = 1

Answer

For the first equation x+y+1=0x + y + 1 = 0: Substitute x=4x = -4 and y=3y = 3:

(4)+3+1=0(-4) + 3 + 1 = 0

This is true, so the point lies on the first line.

For the second equation xy=1x - y = 1: Substitute x=4x = -4 and y=3y = 3:

(4)3=7(-4) - 3 = -7

This is false, so the point does not lie on the second line.

Thus, the point (4,3)(-4, 3) lies on the first line but not on the second line.