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 #834338 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Rule: Any two perpendicular lines, where neither is vertical nor horizontal, will have their slopes multiply to -1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The slope through (-6,4) and (-2,5) is 1/4, which you correctly calculated.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The slope through (-3,4) and (0,k) is (k-4)/3, which you correctly calculated.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply those slopes and set the product equal to -1. \n" ); document.write( "slope1*slope2 = -1 \n" ); document.write( "(1/4)*(k-4)/3 = -1 \n" ); document.write( "(k-4)/12 = -1 \n" ); document.write( "k-4 = -1*12 \n" ); document.write( "k-4 = -12 \n" ); document.write( "k = -12+4 \n" ); document.write( "k = -8 is the final answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( "Compute the slope of the line through (-3,4) and (0,-8) \n" ); document.write( "m = (y2-y1)/(x2-x1) \n" ); document.write( "m = (-8-4)/(0-(-3)) \n" ); document.write( "m = (-8-4)/(0+3) \n" ); document.write( "m = -12/3 \n" ); document.write( "m = -4 \n" ); document.write( "This slope of -4 must multiply with the other slope of 1/4 to get a product of -1. \n" ); document.write( "Sure enough (1/4)*(-4) = -1 is indeed the case. \n" ); document.write( "The answer has been verified. \n" ); document.write( " \n" ); document.write( " |