Question 1066886
<pre><b>
The red curve is the graph of the equation {{{(x+2y)^2+2x-y-3=0}}}
The black line is the graph of the equation {{{4x+3y=12}}} 

{{{drawing(400,400,-10,10,-10,10,
line(-12,20,12,-12),
graph(400,400,-10,10,-10,10,(1/8)(-4x-sqrt(49-40x)+1)),
graph(400,400,-10,10,-10,10,(1/8)(-4x+sqrt(49-40x)+1)) )}}}

Solve {{{4x+3y=12}}} for y:

       {{{y=expr(-4/3)x+4}}}

The slope of any line parallel to it has slope {{{-4/3}}}

and the equation of any line parallel to {{{y=expr(-4/3)x+4}}}

has equation {{{y=expr(-4/3)x+b}}} for some value of b

So we solve the system by substitution: 

{{{system((x+2y)^2+2x-y-3=0,y=expr(-4/3)x+b)}}}

You do that and solve for x.  I did it on paper, but I don't 
feel like typing all the steps in.  If you can't get it, tell 
me in the thank-you note form below and I'll help you do it.
It involves the quadratic formula.

Here is what I got for the x values of the two solutions:

{{{x=expr(3/5)(b-1 +- sqrt(4-3b))}}}

The line will be tangent to the curve if both solutions are
equal.  We see that they will be equal if the square roots are 
both 0.

So we set what's under the square root equal to 0:

{{{4-3b=0}}}

{{{b= 4/3}}}

So the equation of the line tangent to the curve parallel to

4x+3y=12

is   {{{y=expr(-4/3)x+4/3}}}

which in general form is

{{{4x+3y=4}}}

We draw it in green:

{{{drawing(400,400,-10,10,-10,10,
line(-12,20,12,-12),green(line(-11,16,13,-16)),
graph(400,400,-10,10,-10,10,(1/8)(-4x-sqrt(49-40x)+1)),
graph(400,400,-10,10,-10,10,(1/8)(-4x+sqrt(49-40x)+1)) )}}}

It turns out that the line is tangent at the point (1,0).

Edwin</pre></b>