Let the point of intersection be (x,y,0) since it lies on the xy-plane.
For the first line, equating the coordinates to a parameter λ:
3x+1=5y+a=70+b+1=λ
This gives x=73b+3−1 and y=75b+5−a.
For the second line, equating the coordinates to a parameter μ:
1x−2=4y−b=70−2a=μ
This gives x=7−2a+2 and y=7−8a+b.
Equating the x-coordinates from both lines:
73b+3−1=7−2a+2
73b−4=7−2a+14
2a+3b=18
Equating the y-coordinates from both lines:
75b+5−a=7−8a+b
5b+5−7a=−8a+7b
a−2b=−5
Solving the two linear equations 2a+3b=18 and a−2b=−5:
From the second equation, a=2b−5. Substituting this into the first equation:
2(2b−5)+3b=18
4b−10+3b=18
7b=28⇒b=4
Substituting b=4 into a=2b−5:
a=2(4)−5=3
Therefore, a+b=3+4=7.
Answer: 7