document.write( "Question 177453: Find both the x intercept and the y intercept of the line given by the equation \r
\n" );
document.write( "\n" );
document.write( " x+8y+5=0 \n" );
document.write( "
Algebra.Com's Answer #132493 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! To find the y-intercepts, set x=0 and solve for y: \n" ); document.write( " x+8y+5=0 \n" ); document.write( " 0+8y+5=0 \n" ); document.write( " 8y=-5 \n" ); document.write( " y= -5/8 \n" ); document.write( "Therefore, the y-intercept is at (0, -5/8) \n" ); document.write( ". \n" ); document.write( "To find the x-intercepts, set y=0 and solve for x: \n" ); document.write( " x+8y+5=0 \n" ); document.write( " x+8(0)+5=0 \n" ); document.write( " x+5=0 \n" ); document.write( " x = -5 \n" ); document.write( "Therefore, the x-intercept is at (-5, 0) \n" ); document.write( " \n" ); document.write( " |