document.write( "Question 470016: what is the equation of the line in standard form that is parallel to 4x+y= 3 and contains (4,7) \n" ); document.write( "
Algebra.Com's Answer #322424 by sofiyac(983) You can put this solution on YOUR website! Slope of your line is -4 since y=-4x+3 \n" ); document.write( "so the slope of new line will also be -4 \n" ); document.write( "y-y1=m(x-x1) \n" ); document.write( "y-7=-4(x-4) \n" ); document.write( "y-7=-4x+16 \n" ); document.write( "y=-4x+23 \n" ); document.write( " \n" ); document.write( " |