document.write( "Question 767519: For any linear equation why is it true that for the x intercept, the y coordinate is zero and for the y intercept the coordinate is zero? \n" ); document.write( "
Algebra.Com's Answer #467655 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! An axis intercept is the coordinate on the axis which intersects with or shares a point on the line. This then is the description about which you asked.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Ax+By=C standard form for a line equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let x=0. What is y? \n" ); document.write( "A*0+By=C \n" ); document.write( "0+By=C \n" ); document.write( "y=C/B \n" ); document.write( "The y-intercept is (0, C/B)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let y=0: What is x? \n" ); document.write( "Ax+B*0=C \n" ); document.write( "Ax=C \n" ); document.write( "x=C/A \n" ); document.write( "The x-intercept is (C/A, 0) \n" ); document.write( " |