document.write( "Question 689478: How to write the equation of the line passing through the point (1,3) and parallel to the line y=5x-4y \n" ); document.write( "
Algebra.Com's Answer #802804 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! y = 5x - 4y \n" ); document.write( "5y = 5x \n" ); document.write( "y = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "slope = 1, passes through (1, 3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y - 3 = x - 1 \n" ); document.write( "y = x + 2 \n" ); document.write( " |