Question 1084436
*[invoke linear "x", "y", 7, 3, 1, 3, 4, 5] 

so, solutions are:

{{{x=-0.578947368421053=-0.6}}}, {{{y=1.68421052631579=1.7}}}

and lines intersect at point ({{{-0.6}}},{{{1.7}}})



{{{drawing( 600, 600, -10, 10, -10, 10, 
circle(-0.6,1.7,.12), locate(-0.6,1.7,p(-0.6,1.7)),
 graph( 600, 600, -10, 10, -10, 10, -(7/3)x+1/3, -(3/4)x+5/4)) }}}