document.write( "Question 1066856: Find the equation of the line. Wtite the equation using function notation through
\n" );
document.write( "(3,-1)perpandicular to 5y=x-10 \n" );
document.write( "
Algebra.Com's Answer #682068 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! y=(1/5)x-2 \n" ); document.write( "slope of that line is 1/5 \n" ); document.write( "Line perpendicular to it has slope which is negative reciprocal, or -5. \n" ); document.write( "point slope formula: y-y1=m x(x-x1), where m is slope and (x1,y1) the point \n" ); document.write( "y-(-1)=-5(x-3) \n" ); document.write( "y+1=-5x+15 \n" ); document.write( "y=-5x+14 \n" ); document.write( " |