document.write( "Question 44999This question is from textbook
\n" );
document.write( ": Determine the x and y intercepts for the following equation: 3x + y = 3. \n" );
document.write( "
Algebra.Com's Answer #29849 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! The points for the y-intercept are (0, y) \n" ); document.write( "So, substitute zero for x and solve for y: \n" ); document.write( "3(0)+y=3 \n" ); document.write( "y=3 \n" ); document.write( "The y-intercept = (0,3). \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "The points for the x-intercept are (x, 0) \n" ); document.write( "So, substitute zero for y and solve for x: \n" ); document.write( "3x+0=3 \n" ); document.write( "3x=3 \n" ); document.write( "x=1 \n" ); document.write( "The x-intercept = (1, 0) \n" ); document.write( " |