document.write( "Question 720029: Find the value of k so that the line containing the points (−7,−7) and (3,k) is perpendicular to the line y=−1/4x+1. \n" ); document.write( "
Algebra.Com's Answer #441626 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Find the value of k so that the line containing the points (−7,−7) and (3,k) is perpendicular to the line y=−1/4x+1. \r \n" ); document.write( "\n" ); document.write( "y= -(1/4)x +1 \n" ); document.write( "slope = -(1/4)\r \n" ); document.write( "\n" ); document.write( "a line perpendicular to this line will have a slope of 4 ( negative reciprocal)\r \n" ); document.write( "\n" ); document.write( "m= (y2-y1)/(x2-x1)\r \n" ); document.write( "\n" ); document.write( "4 = (k-(-7))/(3-(-7))\r \n" ); document.write( "\n" ); document.write( "4= (k+7)/10\r \n" ); document.write( "\n" ); document.write( "k+7=40 \n" ); document.write( "k=33 \n" ); document.write( " |