document.write( "Question 444828: Find the value of x so the line that passes through (x, 5) and (12, 2) is perpendicular to the line that passes through (0, 1) and (2, 7). \n" ); document.write( "
Algebra.Com's Answer #306651 by rwm(914) ![]() You can put this solution on YOUR website! slope of second line \n" ); document.write( "(7-1)/(2-0) \n" ); document.write( "slope of first line \n" ); document.write( "(5-2)/(x-12) \n" ); document.write( "we want the two slopes multiplied to equal -1 \n" ); document.write( "(7-1)/(2-0)*(5-2)/(x-12)=-1 \n" ); document.write( "it looks harder than it is. \n" ); document.write( "just do the math. \n" ); document.write( "6/2*3/(x-12)=-1 \n" ); document.write( "9/x-12=-1 \n" ); document.write( "9=-1*(x-12) \n" ); document.write( "-9=x-12 \n" ); document.write( "add 12 \n" ); document.write( "3=x\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |