document.write( "Question 7678: need to find the x,y intercepts of this equation\r
\n" );
document.write( "\n" );
document.write( "4x-6y = -24\r
\n" );
document.write( "\n" );
document.write( "thank you
\n" );
document.write( "dave \n" );
document.write( "
Algebra.Com's Answer #4248 by drglass(89)![]() ![]() ![]() You can put this solution on YOUR website! There are a few ways to do this, perhaps the easiest is to find the value of y when x = 0 (the y-intercept) and the value of x when y = 0 (the x-intercept). \n" ); document.write( " \n" ); document.write( "First, the y intercept: \n" ); document.write( "4(0) -6y = -24 or \n" ); document.write( "-6y = -24 or \n" ); document.write( "y = 4 \n" ); document.write( " \n" ); document.write( "The y-intercept is (0, 4) \n" ); document.write( " \n" ); document.write( "Next, the x-intercept: \n" ); document.write( "4x -6(0) = -24 or \n" ); document.write( "4x = -24 or \n" ); document.write( "x = -6 \n" ); document.write( " \n" ); document.write( "The x-intercept is (-6, 0) \n" ); document.write( " |