document.write( "Question 989051: Find the equation of the line passing through the point open parentheses minus 3 comma 5 close parentheses and \r
\n" );
document.write( "\n" );
document.write( " parallel to the line with equation y equal minus 2 x plus 4 .
\n" );
document.write( " perpendicular to the line with equation minus 2 x plus y equal 0 .
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #609489 by Boreal(15235) You can put this solution on YOUR website! y=2x-4 ; slope is 2 \n" ); document.write( "point slope formula for slope 2 and (3,5) point \n" ); document.write( "y-5=2(x-3), y-y1=m(x-x1) \n" ); document.write( "y-5=2x-6 \n" ); document.write( "y=2x-1 \n" ); document.write( ";;;\r \n" ); document.write( "\n" ); document.write( "perpendicular to the line 2x+y=0; y=-2x \n" ); document.write( "slope of the line is -2 \n" ); document.write( "perpendicular line has slope +1/2, the negative reciprocal of -2. \n" ); document.write( "y-5= (1/2)(x-3) \n" ); document.write( "y-5=(1/2)x-(3/2) \n" ); document.write( "y=(1/2)x+3.5 \n" ); document.write( "==== \n" ); document.write( " |