document.write( "Question 161701: Find an equation of the line containing (-1, 3) and perpendicular to the line containing (3, -5) and (-2, 7). \n" ); document.write( "
Algebra.Com's Answer #119614 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find an equation of the line containing (-1, 3) and perpendicular to the line containing (3, -5) and (-2, 7). \n" ); document.write( "--------------------------- \n" ); document.write( "This is a 2 step process. 1st find the slope m1, of the line. Then find the line perpendicular. Perpendicular means the slope is the negative inverse of the slope m1. \n" ); document.write( "---------- \n" ); document.write( "m1 = (y2-y1)/(x2-x1) \n" ); document.write( "m1 = (-5-7)/(3 -(-2)) \n" ); document.write( "m1 = -12/5 \n" ); document.write( "So the slope of the perpendicular is +5/12 \n" ); document.write( "Use the slope-intercept eqn \n" ); document.write( "y-y3 = m*(x-x3) where (x3,y3) is the point (-1,3) \n" ); document.write( "y-3 - 5/12(x-(-1) \n" ); document.write( "y-3 = 5/12x + 5/12 \n" ); document.write( "y = 5x/12 + 3 5/12 (slope-intercept form) \n" ); document.write( "or y = (5/12)x +41/12 \n" ); document.write( "----------- \n" ); document.write( "12y = 5x + 41 \n" ); document.write( "5x - 12y = -41 (standard form) \n" ); document.write( " |