document.write( "Question 411083: Find an equation of the line containing the given point and perpendicular to the given line:
\n" );
document.write( "(1,4)
\n" );
document.write( "x-2y=6 \n" );
document.write( "
Algebra.Com's Answer #289279 by rfadrogane(214)![]() ![]() You can put this solution on YOUR website! Find an equation of the line containing the given point and perpendicular to the given line: \n" ); document.write( "(1,4) \n" ); document.write( "x-2y=6 \n" ); document.write( "Sol'n: \n" ); document.write( "Find the slope of the line first: \n" ); document.write( "2y=x-6 \n" ); document.write( "y=(1/2)x-3 \n" ); document.write( "m=1/2 \n" ); document.write( "for the slope which is perpendicular is -1/m \n" ); document.write( "m=-2 (slope of the perpendicular line)\r \n" ); document.write( "\n" ); document.write( "at P(1,4) \n" ); document.write( "y-y1=m(x-x1) \n" ); document.write( "y-4=(1/2)(x-4) \n" ); document.write( "2(y-4)=x-4 \n" ); document.write( "2y-8=x-4 \n" ); document.write( "x+2y+4=0 ---answer \n" ); document.write( "^_^ \n" ); document.write( " |