document.write( "Question 258256: find the slope of
\n" );
document.write( "2x-4y=1\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #190112 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 2x-4y=1 \n" ); document.write( "-4y=-2x+1 \n" ); document.write( "y=1/2x-1/4 \n" ); document.write( "slope = 1/2 \n" ); document.write( " |