document.write( "Question 99195: Write an equation in slope-intercept form of the line that is perpendicular to the graph of y=3x+17 and passes through (-7,4) \n" ); document.write( "
Algebra.Com's Answer #72160 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b WHERE X&Y ARE ONE SET OF COORDINATES, m=SLOPE & b=THE Y INTERCEPT. \n" ); document.write( "-------------------------------------------------------------------------- \n" ); document.write( "-------------------------------------------------------------------------- \n" ); document.write( "Y=3X+17 (RED LINE) \n" ); document.write( "THIS LINE HAS A SLOPE=3 THUS A LINE PERPENDICULAR HAS A SLOPE OF -1/3. \n" ); document.write( "NOW REPLACE THE X & Y TERMS WITH (-7,4) & SOLVE FOR THE Y INTERCEPT \n" ); document.write( "4=-1/3*-7+b \n" ); document.write( "4=7/3+b \n" ); document.write( "b=4-7/3 \n" ); document.write( "b=(12-7)/3 \n" ); document.write( "b=5/3 FOR THE Y INTERCEPT. THUS THE LINE EQUATION IS: \n" ); document.write( "Y=-X/3+5/3 (GREEN LINE) \n" ); document.write( " |