document.write( "Question 1200253: Find the value of K so that the two lines are perpendicular. Line one contains the points (-6,4) and (-2,5) and line two contains the points (-3,4) and (0,k).\r
\n" );
document.write( "\n" );
document.write( "I know I need to do y2-y1/x2-x1 so I did that for both of them and got (1/4) for the first line and (k-4/3) for the second line. \r
\n" );
document.write( "\n" );
document.write( "Here is where I need help because I don't know what to do next. Any and all help is greatly appreciated :) \n" );
document.write( "
Algebra.Com's Answer #834336 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Perpendicular lines have negative reciprocal slopes. You have correctly determined \n" ); document.write( "that the slope of the line through (-6,4) and (-2,5) is 1/4. Thus, the line \n" ); document.write( "through the points (-3,4) and (0,k) has a slope of -4. \n" ); document.write( "-4 = (k-4)/(0-(-3)) -> (k-4)/3 = -4 -> k-4 = -12 -> k = -8. \n" ); document.write( " |