document.write( "Question 975973: 2x+3y-1=0 whats the slope and y intercept? \n" ); document.write( "
Algebra.Com's Answer #597630 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Do it like this one: \n" ); document.write( " ====================================== \n" ); document.write( " whats the slope of \n" ); document.write( " 2x-6y=18 \n" ); document.write( " -------------- \n" ); document.write( " Put the eqn in slope-intercept form y = mx + b \n" ); document.write( " That means solve for y. \n" ); document.write( " 2x-6y=18 \n" ); document.write( " 6y = 2x - 18 \n" ); document.write( " y = (1/3)x - 3 \n" ); document.write( " --- \n" ); document.write( " The slope is the coefficient of x. \n" ); document.write( " m = 1/3 \n" ); document.write( " =============== \n" ); document.write( " The y-intercept is -3 or (0,-3) \n" ); document.write( " |