document.write( "Question 393565: I need to determine the slope and y-intercept of the following equation\r
\n" );
document.write( "\n" );
document.write( "2x+3y=5 \r
\n" );
document.write( "\n" );
document.write( "I believe the slope is 2x and that the y intercept is 3y but I am not sure.\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #279301 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! put in slope intercept form first \n" ); document.write( "y=mx+b \n" ); document.write( "3y=-2x+5 \n" ); document.write( "y=-2/3x+5/3 \n" ); document.write( "----------- \n" ); document.write( "slope m=-2/3 \n" ); document.write( "y int =5/3 (0,5/3) \n" ); document.write( " |