Question 754176
<pre>
We put the line

4x + y = k

in slope-intercept form y = mx + b

4x + y = k
     y = -4x + k

So it has slope m = -4.

That means that any line perpendicular to it has
the slope m = {{{1/4}}}, the "negative reciprocal"
of the -4, i.e., "invert and change the sign".

Now we can find the equation of the line through
the origin (0,0) with slope {{{1/4}}}.

We use the point-slope formula:
y - y<sub>1</sub> = m(x - x<sub>1</sub>)
where (x<sub>1</sub>,y<sub>1</sub>) = (0,0)
y - 0 = {{{1/4}}}(x-0)

which simplifies to

y = {{{1/4}}}x

That will be easier to work with if we 
clear the fraction by multiplying both
sides by 4

4y = x 

Now we have this system of equations:

     y = -4x + k
    4y = x

which we are told it has solution (t,t+1),
their given point of intersection.

So we substitute t for x and t+1 for y:

     t+1 = -4t + k
    4(t+1) = t

which simplify to:

    5t-k = -1 
    4t+4 = t

and the second one simplifies further and we have:

    5t-k = -1
      3t = -4

We solve the 2nd equation for t

       t = {{{-4/3}}}

That's all you wanted.  However you can continue and
find k too

Substituting {{{-4/3}}} for t the first equation, we have

    5t-k = -1
    5({{{-4/3}}})-k = -1
    {{{-20/3}}}-k = -1
    -20-3k = -3
       -3k = 17
         k = {{{-17/3}}}

But all you wanted was  t = {{{-4/3}}}

Edwin</pre>