document.write( "Question 580: Find the equation of the line parallel to y=5x-2 and passing through the origin. \n" ); document.write( "
Algebra.Com's Answer #243 by janinecb(25)![]() ![]() ![]() You can put this solution on YOUR website! Parallel lines have the same slope. Using the formula y = mx + b where m is the slope and b is the y-intercept, we know that the slope of both lines is 5. \n" ); document.write( " \n" ); document.write( "Since the coordinates of the origin are (0, 0), we know that the y-intercept of the new line is 0. \n" ); document.write( " \n" ); document.write( "So, the equation of the new line can be written as y = 5x + 0 or y = 5x \n" ); document.write( " |