document.write( "Question 757585: Someone explain how to find x-intercept and y-intercept for equation 3x+y=2. Thanks \n" ); document.write( "
Algebra.Com's Answer #460925 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Sort the equation out to y = mx + c \n" ); document.write( "3x + y = 2 \n" ); document.write( " y = -3x + 2 \n" ); document.write( "When the line cuts the y axis x=0 \n" ); document.write( " y = -3(0) + 2 \n" ); document.write( " y = 2 (0,2) \n" ); document.write( "When the line cuts the x axis y=0 \n" ); document.write( " 0 = -3x + 2 \n" ); document.write( "Rearrange \n" ); document.write( " 3x = 2 \n" ); document.write( " x = 2/3 (2/3,0) \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |