document.write( "Question 72150: Graph a line that passes through (4, -2) and is perpendicular to a line whose slope is -3. \n" ); document.write( "
Algebra.Com's Answer #51557 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! a line that is perpendicular to a line with a slope of -3 has a slope of 1/3 \n" ); document.write( "(the negative reciprical of the other slope. \n" ); document.write( "thus the equation of this line through (4,-2) is: \n" ); document.write( "-2=4/3+b \n" ); document.write( "b=-2-4/3 \n" ); document.write( "b=-10/3 \n" ); document.write( "thus the equation is \n" ); document.write( "y=x/3-10/3 \n" ); document.write( " \n" ); document.write( "y = x/3 -10/3). \n" ); document.write( " \n" ); document.write( " |