document.write( "Question 73723: Write an equation of a line that is perpendicular to y=3x + 5 and passes through (4,3) \n" ); document.write( "
Algebra.Com's Answer #52726 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
A perpendicular line has a negated inverted slope. So if I have a slope of 2, I will have a slope of \"-1%2F2\". The general rule for a perpendicular slope is
\n" ); document.write( "\"m%5Bp%5D=-1%2Fm\"where \"m%5Bp%5D\" is the perpendicular slope
\n" ); document.write( "So if m=3 then \"m%5Bp%5D=-1%2F3\". Now use the point-slope formula
\n" ); document.write( "\"y-y%5B1%5D=m%28x-x%5B1%5D%29\"
\n" ); document.write( "\"y-3=%28-1%2F3%29%28x-4%29\"Plug in m=-1/3 and (\"x%5B1%5D\",\"y%5B2%5D\")=(4,3) and solve for y
\n" ); document.write( "\"y=%28-1%2F3%29x%2B4%2F3%2B3%29\"
\n" ); document.write( "\"y=%28-1%2F3%29x%2B13%2F3%29\"So this is the perpendicular line through (4,3)
\n" ); document.write( "
\n" );