document.write( "Question 235397: find an equation of the line that passes through (4,3) and its parallel to the line 3x-y=7 \n" ); document.write( "
Algebra.Com's Answer #173399 by checkley77(12844) ![]() You can put this solution on YOUR website! This line through (4,3) & parallel to (3x-y=7) has a slope of: \n" ); document.write( "Y=mX+b \n" ); document.write( "3x-y=7 \n" ); document.write( "-y=-3x+7 \n" ); document.write( "y=3x-7 (red line) \n" ); document.write( "slope=3 \n" ); document.write( "3=3*4+b \n" ); document.write( "3=12+b \n" ); document.write( "b=3-12 \n" ); document.write( "b=-9 the y intercept. \n" ); document.write( "Equation of this line is: \n" ); document.write( "y=3x-9 (green line) \n" ); document.write( " |