document.write( "Question 948859: Find the slope and y intercept of each given line.
\n" );
document.write( " y = -2/3x-3 m = _____ b=______
\n" );
document.write( "find y if x is 3
\n" );
document.write( "find x if y is -3 \n" );
document.write( "
Algebra.Com's Answer #579177 by Zucchini(70)![]() ![]() ![]() You can put this solution on YOUR website! M = -2/3 \n" ); document.write( "B = -3\r \n" ); document.write( "\n" ); document.write( "The m isthe slope and it's the one that is attached to the \"x\". The b is the y intercept and it's the one that's just like out by itself. However, it is NOT the y value. It's the number that touches the y-axis when graphed.\r \n" ); document.write( "\n" ); document.write( "find y if x is 3: \n" ); document.write( "Y = -2/3(3) -3 \n" ); document.write( "Y = -2 -3 \n" ); document.write( "Y = -5\r \n" ); document.write( "\n" ); document.write( "find x if y is -3 \n" ); document.write( "-3 = -2/3x -3 \n" ); document.write( "0 = -2/3x \n" ); document.write( "0 = x \n" ); document.write( " |