document.write( "Question 494843: Find the x- and y- intercepts and graph the equation plotting the intercepts. Show all work please
\n" );
document.write( " 3x- 6y = -21 \n" );
document.write( "
Algebra.Com's Answer #335811 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! To find the y-intercept, set x = 0 and solve for y: \n" ); document.write( "3x- 6y = -21 \n" ); document.write( "3(0)- 6y = -21 \n" ); document.write( "-6y = -21 \n" ); document.write( "y = (-21)/(-6) \n" ); document.write( "y = 7/2 \n" ); document.write( "so, y-intercept is at (0, 7/2) \n" ); document.write( ". \n" ); document.write( "To find the x-intercept, set y = 0 and solve for x: \n" ); document.write( "3x- 6y = -21 \n" ); document.write( "3x- 6(0) = -21 \n" ); document.write( "3x- 0 = -21 \n" ); document.write( "3x = -21 \n" ); document.write( "x = (-21)/3 \n" ); document.write( "x = -7 \n" ); document.write( "so, x-intercept is at (-7, 0) \n" ); document.write( ". \n" ); document.write( "To graph, plot both points and draw a line through both points. \n" ); document.write( " \n" ); document.write( " |