document.write( "Question 20400: Write down the equation for the line that passes through the point (3, -2) and is perpendicular to the line y = 2x + 4.\r
\n" );
document.write( "\n" );
document.write( "How do I do this?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #9850 by suresh(20)![]() ![]() ![]() You can put this solution on YOUR website! To find the equation of line passing through (3,-2) \n" ); document.write( "and perpendicular to y=2x+4\r \n" ); document.write( "\n" ); document.write( "We know that the perpendicular line for ax+by+c = 0 is -bx+ay+k=0\r \n" ); document.write( "\n" ); document.write( "So the perpendicular line to 2x-y+4=0 is x+2y+k =0 ----->(1)\r \n" ); document.write( "\n" ); document.write( "We have to find the value of k.\r \n" ); document.write( "\n" ); document.write( "Since the line passing through the point(3,-2),it satisfies the equation.\r \n" ); document.write( "\n" ); document.write( "plug x=3 and y = -2 in (1)\r \n" ); document.write( "\n" ); document.write( "3+2(-2)+k =0.\r \n" ); document.write( "\n" ); document.write( "-1 + k = 0.\r \n" ); document.write( "\n" ); document.write( "k=1.\r \n" ); document.write( "\n" ); document.write( "Plug the value of k in (1) we get the required line.\r \n" ); document.write( "\n" ); document.write( "Therefore the required line is, x+2y+1=0. \n" ); document.write( " |