document.write( "Question 759833: write an equation of the lines that is parelle to y=5x-1 and passes through (4,7) \n" ); document.write( "
Algebra.Com's Answer #462249 by Cromlix(4381) You can put this solution on YOUR website! Lines that are parallel have the same gradient i.e. 5 \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "y - 7 = 5(x - 4) \n" ); document.write( "y - 7 = 5x - 20 \n" ); document.write( " y = 5x - 20 + 7 \n" ); document.write( " y = 5x - 13. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |