document.write( "Question 1009367: A line passes through point (2, 2). Find the equation
\n" );
document.write( "of the line if the length of the line segment
\n" );
document.write( "intercepted by the coordinate axes is the square root
\n" );
document.write( "of 5 \n" );
document.write( "
Algebra.Com's Answer #626553 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The only line that does that passes thru the points (1,0) and (0, -2) as well. \n" ); document.write( "It has a slope of two and a y-intercept of -2. Thus its equation is \n" ); document.write( "y = 2x - 2 \n" ); document.write( "Oh wait! \n" ); document.write( "There is a second line of slope 1/2 and intercept at y = 1...its equation is \n" ); document.write( "y = (1/2)x + 1 \n" ); document.write( " |