document.write( "Question 260324: what is the y intercept and the x intercept of 5x - 6y = 30 \n" ); document.write( "
Algebra.Com's Answer #191749 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Cover the x and solve for y to get y-intercept. We get \n" ); document.write( "-6y = 30 \n" ); document.write( "y = -5 \n" ); document.write( "-- \n" ); document.write( "Cover the y and solve for x to get x-intercept. We get \n" ); document.write( "5x = 30 \n" ); document.write( "x = 6 \n" ); document.write( " |