document.write( "Question 29380: write the equation of a line perpendicular to y=-4x+6 and passes through (-12,5) \n" ); document.write( "
Algebra.Com's Answer #16195 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! since the equation is perpendicular to the line of y=-4x+6 you would take the opposite of the recipricol of that slope (1/4) \n" ); document.write( "we need to use the point-slope equation which is: y-(y value)=m(x-(x value)) \n" ); document.write( "y-(y value)=m(x-(x value)) --original equation \n" ); document.write( "y-5=(1/4)(x+12) --plug in the points from the ordered pair \n" ); document.write( "y-5=(1/4)x+3 --simplify \n" ); document.write( "y=(1/4)x+8 --add 5 to each side \n" ); document.write( " |