document.write( "Question 1079958: Can you please help me solve the following:
\n" );
document.write( "Find the x- and y-intercepts of the line represented by the equation below. Plot both intercepts on a coordinate system and draw the line through them. 3x - 4y = 12
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #694196 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! When the coefficients divide evenly into the constant on the right, this is an easy way to graph. \n" ); document.write( "Let x=0 \n" ); document.write( "Then -4y=12 and y=-3. You put a point at (0, -3) \n" ); document.write( "Let y=0 \n" ); document.write( "Then 3x=12, and x=4. You put a point at (4, 0) and draw a line between them. \n" ); document.write( " |