document.write( "Question 64554: Find the equation of the line through (-1,2) that is perpendicular to 3x-y=4 \n" ); document.write( "
Algebra.Com's Answer #45167 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
3x-y=4
\n" ); document.write( "-y=-3x+4
\n" ); document.write( "y=3x-4 thus the slope of this line is 3. A line perpendicular to this one has a slope of -1/3. Using this slope & the two points we have the line formula of--
\n" ); document.write( "y=mx+b where m=slope & b=y intercept.
\n" ); document.write( "2=(-1/3)*-1+b
\n" ); document.write( "2=1/3+b
\n" ); document.write( "b=2-1/3
\n" ); document.write( "b=1 2/3 or 5/3
\n" ); document.write( "Thus this line is y=-1/3x+5/3
\n" ); document.write( "
\n" ); document.write( "
\n" );