document.write( "Question 1062048: write an equation for a line parallel to y= -5x + 1 and passes through the point (4,-22)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #676817 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! parallel lines have the same slope, so the slope of the line needed is -5. \n" ); document.write( "point slope formula y-y1=m(x-x1), where (x1,y1) is the point and m the slope \n" ); document.write( "y-(-22)=-5(x-4) \n" ); document.write( "y+22=-5x+20 \n" ); document.write( "y=-5x-2 \n" ); document.write( " |