document.write( "Question 336044: Find an equation of the line that is parallel to the line y=-4x+5 and that passes through the point(-3,-2) \n" ); document.write( "
Algebra.Com's Answer #241012 by mananth(16946)![]() ![]() You can put this solution on YOUR website! y=-4x+5 and that passes through the point(-3,-2) \n" ); document.write( ".. \n" ); document.write( "slope of the line = -4 \n" ); document.write( "parallel line will have same slope = -4 \n" ); document.write( "point (-3-2) \n" ); document.write( ".. \n" ); document.write( "Y = MX +B \n" ); document.write( "TO FIND B \n" ); document.write( "plug value of the point in the equation \n" ); document.write( "-2 = -4*-3 +b \n" ); document.write( "-2 = 12 +b \n" ); document.write( "b= -14\r \n" ); document.write( "\n" ); document.write( "The equation will be \n" ); document.write( "slope = -4, b = -14 \n" ); document.write( "y = -4x -14 \n" ); document.write( " |