\r\n" );
document.write( "We put the line\r\n" );
document.write( "\r\n" );
document.write( "4x + y = k\r\n" );
document.write( "\r\n" );
document.write( "in slope-intercept form y = mx + b\r\n" );
document.write( "\r\n" );
document.write( "4x + y = k\r\n" );
document.write( " y = -4x + k\r\n" );
document.write( "\r\n" );
document.write( "So it has slope m = -4.\r\n" );
document.write( "\r\n" );
document.write( "That means that any line perpendicular to it has\r\n" );
document.write( "the slope m =
, the \"negative reciprocal\"\r\n" );
document.write( "of the -4, i.e., \"invert and change the sign\".\r\n" );
document.write( "\r\n" );
document.write( "Now we can find the equation of the line through\r\n" );
document.write( "the origin (0,0) with slope
.\r\n" );
document.write( "\r\n" );
document.write( "We use the point-slope formula:\r\n" );
document.write( "y - y1 = m(x - x1)\r\n" );
document.write( "where (x1,y1) = (0,0)\r\n" );
document.write( "y - 0 =
(x-0)\r\n" );
document.write( "\r\n" );
document.write( "which simplifies to\r\n" );
document.write( "\r\n" );
document.write( "y =
x\r\n" );
document.write( "\r\n" );
document.write( "That will be easier to work with if we \r\n" );
document.write( "clear the fraction by multiplying both\r\n" );
document.write( "sides by 4\r\n" );
document.write( "\r\n" );
document.write( "4y = x \r\n" );
document.write( "\r\n" );
document.write( "Now we have this system of equations:\r\n" );
document.write( "\r\n" );
document.write( " y = -4x + k\r\n" );
document.write( " 4y = x\r\n" );
document.write( "\r\n" );
document.write( "which we are told it has solution (t,t+1),\r\n" );
document.write( "their given point of intersection.\r\n" );
document.write( "\r\n" );
document.write( "So we substitute t for x and t+1 for y:\r\n" );
document.write( "\r\n" );
document.write( " t+1 = -4t + k\r\n" );
document.write( " 4(t+1) = t\r\n" );
document.write( "\r\n" );
document.write( "which simplify to:\r\n" );
document.write( "\r\n" );
document.write( " 5t-k = -1 \r\n" );
document.write( " 4t+4 = t\r\n" );
document.write( "\r\n" );
document.write( "and the second one simplifies further and we have:\r\n" );
document.write( "\r\n" );
document.write( " 5t-k = -1\r\n" );
document.write( " 3t = -4\r\n" );
document.write( "\r\n" );
document.write( "We solve the 2nd equation for t\r\n" );
document.write( "\r\n" );
document.write( " t =
\r\n" );
document.write( "\r\n" );
document.write( "That's all you wanted. However you can continue and\r\n" );
document.write( "find k too\r\n" );
document.write( "\r\n" );
document.write( "Substituting
for t the first equation, we have\r\n" );
document.write( "\r\n" );
document.write( " 5t-k = -1\r\n" );
document.write( " 5(
)-k = -1\r\n" );
document.write( "
-k = -1\r\n" );
document.write( " -20-3k = -3\r\n" );
document.write( " -3k = 17\r\n" );
document.write( " k =
\r\n" );
document.write( "\r\n" );
document.write( "But all you wanted was t =
\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "