document.write( "Question 274216: Find the slope, x-intercept, and y-intercept for the line 4x-8y-5=0 \n" ); document.write( "
Algebra.Com's Answer #200137 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The x-intercept is found by setting y equal to 0 and solving for x... \n" ); document.write( "so 4x - 5 = 0 and 4x = 5 and x = 5/4 \n" ); document.write( "The y-intercept is found by setting x equal to 0 and solving for y... \n" ); document.write( "so -8y - 5 = 0 and -8y = 5 and y = -5/8 \n" ); document.write( "Since it is in standard form Ax + By + C = 0, the slope is -A/B = -4/-8 = 1/2 \n" ); document.write( " |