document.write( "Question 616702: Find the equation of a line that is perpendicular to the line y=1/9x+3 ad contains the point (-3,0) \n" ); document.write( "
Algebra.Com's Answer #387845 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the equation of a line that is perpendicular to the line y=1/9x+3 ad contains the point (-3,0) \n" ); document.write( "** \n" ); document.write( "equation for a straight line:y=mx+b, m=slope, b=y-intercept \n" ); document.write( "slope of given line=1/9 \n" ); document.write( "slope of line perpendicular to given line=-9 (negative reciprocal) \n" ); document.write( "equation: y=-9x+b \n" ); document.write( "solve for b using coordinates of given point (-3,0) \n" ); document.write( "0=-9*-3+b \n" ); document.write( "b=-27 \n" ); document.write( "equation: y=-9x-27 \n" ); document.write( " |