document.write( "Question 710373: what is the equation of a line that is parallel to the line y=-3x-4 and passes through the point (-4,6) \n" ); document.write( "
Algebra.Com's Answer #436975 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! what is the equation of a line that is parallel to the line y=-3x-4 and passes through the point (-4,6) \n" ); document.write( "** \n" ); document.write( "equation of a line: y=mx+bd, m=slope, b=y-intercept \n" ); document.write( "y=-3x-4 \n" ); document.write( "m=-3 \n" ); document.write( "a parallel line will have the same slope \n" ); document.write( "y=-3x+b \n" ); document.write( "solve for b using coordinates of given point (-4,6) \n" ); document.write( "6=-3*-4+b \n" ); document.write( "b=-12+6=-6 \n" ); document.write( "Equation of parallel line: y=-3x-6 \n" ); document.write( " |