document.write( "Question 230468: Determine the x- and y-intercepts (if any) of the given equation -4x - 36y = -36 \n" ); document.write( "
Algebra.Com's Answer #170675 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! -4x - 36y = -36 \n" ); document.write( "Setting x=0 we find the y intercept. \n" ); document.write( "-4*0-36y=-36 \n" ); document.write( "y=-36/-36 \n" ); document.write( "y=1 or (0,1) is the y intercept. \n" ); document.write( "Setting y=0 we find the x intercept. \n" ); document.write( "-4x-36*0=-36 \n" ); document.write( "x=-36/-4 \n" ); document.write( "x=9 or (9,0) is the x intercept. \n" ); document.write( "Proof: \n" ); document.write( "-36y=4x-36 \n" ); document.write( "y=4x/-36-36/-36 \n" ); document.write( "y=-x/9+1 \n" ); document.write( " |