document.write( "Question 582: Find the equation of the line that contains the point (0,5) and is perpendicular to the line y= 1/4x \n" ); document.write( "
Algebra.Com's Answer #242 by janinecb(25)![]() ![]() ![]() You can put this solution on YOUR website! Perpendicular lines have slopes that are negative reciprocals of each other. Since the slope of the first line is 1/4, the slope of the new line will be -4. \n" ); document.write( " \n" ); document.write( "Since the point (0, 5) is on the y-axis, this means that 5 is the y-intercept of the new line. \n" ); document.write( " \n" ); document.write( "Using the formula y = mx + b where m is the slope and b is the y-intercept, then the new equation of the line is y = -4x + 5 \n" ); document.write( " |