document.write( "Question 831458: Please help me solve this : Line JK has endpoints J(4,6) and K(0,2). The intersection of Line JK and its perpendicular bisector is (2,4) . Write the equation for the perpendicular bisector of line JK. \n" ); document.write( "
Algebra.Com's Answer #501361 by hovuquocan1997(83)![]() ![]() ![]() You can put this solution on YOUR website! First, because you have 3 points for line JK, which is (4,6), (0,2) you should start finding the equation for this line first in order to find the perpendicular line. A linear equation has a formula like this y=ax + b \n" ); document.write( "Create a system of two equations: \n" ); document.write( "First: 6=4a+b \n" ); document.write( "Second: 2=0a+b \n" ); document.write( "So you have system of 2 equations: \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then you can find a=1 and b=2 \n" ); document.write( "So the equation would be : y=1x + 2 which is y = x + 2 \n" ); document.write( "Now let's find the perpendicular line. it also has the equation form like this \n" ); document.write( "Y = ax + b \n" ); document.write( "But in order to be perpendicular with JK, the a in this equation and the a in JK equation must multiply together and give you -1 \n" ); document.write( "so 1.a = -1 ===> a = -1 \n" ); document.write( "So you have y = -x + b \n" ); document.write( "Now you have point (2,4) given on the line in the question. PLUG IT IN \n" ); document.write( "4 = -(2) + b \n" ); document.write( "b = 6 \n" ); document.write( "TA-DAH. You have the equation y = -x + 6 :D \n" ); document.write( " \n" ); document.write( " |