document.write( "Question 929383: What is the y-intercept of the of the equation 5x-3y=30?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #564247 by rm29924(97)![]() ![]() You can put this solution on YOUR website! To find the y intercept, set x to 0 \n" ); document.write( "5x - 3y = 30 \n" ); document.write( "5(0) - 3y = 30 \n" ); document.write( "0 - 3y = 30 \n" ); document.write( "-3y = 30 \n" ); document.write( "divide both sides by -3 to get y by itself \n" ); document.write( "y = -10\r \n" ); document.write( "\n" ); document.write( "the y intercept is (0,-10) \n" ); document.write( " |