document.write( "Question 721426: how do you find the equation of the line through ( 1,2 ) and parallel to the line y = 7x-2 \n" ); document.write( "
Algebra.Com's Answer #442355 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! how do you find the equation of the line through ( 1,2 ) and parallel to the line y = 7x-2 \n" ); document.write( "------------- \n" ); document.write( "y = 7x-2 is in slope-intercept form \n" ); document.write( "The slope, m = 7 \n" ); document.write( "Parallel lines have the same slope. \n" ); document.write( "---- \n" ); document.write( "You can use y = mx + b and the point to find b, the y-intercept. \n" ); document.write( "2 = 7*1 + b \n" ); document.write( "b = -5 \n" ); document.write( "--- \n" ); document.write( "The line is \n" ); document.write( "y = 7x - 5 \n" ); document.write( " \n" ); document.write( " |