document.write( "Question 756427: Find an equation of the line that satisfies the given conditions.
\n" );
document.write( "Through the points of (1/2,-2/5)
\n" );
document.write( "perpendicular to the line 3x − 6y = 1 \n" );
document.write( "
Algebra.Com's Answer #460193 by sachi(548)![]() ![]() You can put this solution on YOUR website! the line 3x − 6y = 1 \n" ); document.write( "or the eqn can be rewritten as y=x/2-1/6 of the form y=mx+c \n" ); document.write( "so the slope is m=1/2 \n" ); document.write( "the reqd line is perpemndicular to the given line \n" ); document.write( "so the slope=-1/m=-2 \n" ); document.write( "the point is (1/2,-2/5) \n" ); document.write( "so the reqd eqn is [y-(-2/5)]/[x-1/2]=-2 \n" ); document.write( "or [y+2/5]=-2=-2x+1 \n" ); document.write( "or 5y+2=-10x+5 \n" ); document.write( "or 5y+10x=3 \n" ); document.write( " \n" ); document.write( " |