document.write( "Question 383331: find the equation in the form of y=mx+b through (2,2), perpendicular to y=3x+4. \n" ); document.write( "
Algebra.Com's Answer #271511 by rfadrogane(214)![]() ![]() You can put this solution on YOUR website! find the equation in the form of y=mx+b through (2,2), perpendicular to y=3x+4. \n" ); document.write( " Sol'n: \n" ); document.write( " from the equation: y=3x+4, the slope(m) is already known which is 3, \n" ); document.write( "for the perpendicular lines: \n" ); document.write( " (m1)(m2)= -1, where m1 and m2 are the slope of two perpendicular lines, \n" ); document.write( " if we take m1 = 3 \n" ); document.write( " so, m2= -1/3 \n" ); document.write( "then, at pt. (2,2): \n" ); document.write( " y-y1 = m(x-x1) \n" ); document.write( " y-2=-(x-2)/3 \n" ); document.write( " 3(y-2)=-(x-2) \n" ); document.write( " 3y-6=-x+2 \n" ); document.write( " x+3y-8=0 ----answer \n" ); document.write( " |