document.write( "Question 257740: How do I find the slope and y-intercept of:
\n" );
document.write( "-3x + y= -2 \n" );
document.write( "
Algebra.Com's Answer #189621 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! -3x+y=-2 \n" ); document.write( "change to y=mx+b form \n" ); document.write( "y=3x-2 \n" ); document.write( "m=slope=3/1 \n" ); document.write( "y int=(0,-2) \n" ); document.write( " |