document.write( "Question 133953: How can you determine if two lines are perpendicular? \n" ); document.write( "
Algebra.Com's Answer #97946 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
If you are given the equations of the lines, solve the equations for y in terms of x -- in other words put them into slope-intercept form, \"y=mx%2Bb\". Then compare the slopes of the two lines. Two lines are perpendicular if and only if their slopes are negative reciprocals of each other. That is to say if \"m%5B1%5D\" is the slope of one of the lines and \"m%5B2%5D\" is the slope of the other line, the lines are perpendicular if and only if \"m%5B1%5D=-%281%2Fm%5B2%5D%29\". \n" ); document.write( "
\n" );