document.write( "Question 478306: What is the equation \"in slope-intercept form\" of the line perpindicular to the segment between (1,3) and (5,5) and passing through (3,4) \n" ); document.write( "
Algebra.Com's Answer #327724 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! What is the equation \"in slope-intercept form\" of the line perpindicular to the segment between (1,3) and (5,5) and passing through (3,4) \n" ); document.write( "** \n" ); document.write( "Standard form for a straight line: y=mx+b, m=slope, b=y-intercept \n" ); document.write( ".. \n" ); document.write( "Slope of line segment between (1,3) and (5,5)=∆y/∆x=(5-3)/5-1=2/4=1/2 \n" ); document.write( ".. \n" ); document.write( "Slope of line perpendicular to line segment=-2 (negative reciprocal) \n" ); document.write( "Equation of line: y=-2x+b \n" ); document.write( "solving for b using given point line passes thru, (3,4) \n" ); document.write( "4=-2*3+b \n" ); document.write( "4=-6+b \n" ); document.write( "b=10 \n" ); document.write( "Equation: y=-2x+10 \n" ); document.write( " |