document.write( "Question 270300: Find the slope of the line 2x - 4y = 1 \n" ); document.write( "
Algebra.Com's Answer #198096 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b Where m=slope & b=the y intercept. \n" ); document.write( "2x-4y=1 \n" ); document.write( "-4y=-2x+1 \n" ); document.write( "y=-2x/-4+1/-4 \n" ); document.write( "y=x/2-1/4 \n" ); document.write( "slope(m)=1/2. \n" ); document.write( " |