document.write( "Question 985959: Write an equation for the line:
\n" );
document.write( "Locate the point where the line x + y= -5 and the line x- 2y =4 intersect. Write the equation of the line that goes through this point of intersection and the point (1/2, -2/5) \n" );
document.write( "
Algebra.Com's Answer #606916 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Locate the point where the line x + y= -5 and the line x- 2y =4 intersect. \n" ); document.write( "x + y = -5 \n" ); document.write( "x -2y = 4 \n" ); document.write( "------------------ Subtract \n" ); document.write( "3y = -9 \n" ); document.write( "y = -3 \n" ); document.write( "------- \n" ); document.write( "x = -2 \n" ); document.write( "--> (-2,-3) \n" ); document.write( "=================================== \n" ); document.write( "Write the equation of the line that goes through this point of intersection and the point (1/2,-2/5) \n" ); document.write( "Find the slope m. \n" ); document.write( "m = diffy/diffx = (13/5)/(5/2) = 26/25 \n" ); document.write( "Use y-y1 = m*(x-x1) and the point (-2,-3) \n" ); document.write( "y + 3 = (26/25)*(x + 2) \n" ); document.write( " \n" ); document.write( " |