document.write( "Question 322929: Determine the x- and y-intercepts of the given equation. Y=4X+4 \n" ); document.write( "
Algebra.Com's Answer #231170 by jessica43(140)![]() ![]() ![]() You can put this solution on YOUR website! The y-intercept is the y-value of the point where the graph of an equation intercepts the y-axis of the coordinate system. At the y intercept the value of x=0. \n" ); document.write( "So to find the y intercept, set x=0 and solve for y: \n" ); document.write( "y=4x+4 \n" ); document.write( "y=4(0) + 4 \n" ); document.write( "y=4 \n" ); document.write( "So the y intercept is (0,4) \n" ); document.write( "To find the x-intercept (where the graph hits the x axis), you follow the same steps, but set y=0. \n" ); document.write( "y=4x+4 \n" ); document.write( "0=4x+4 \n" ); document.write( "-4=4x \n" ); document.write( "-1=x \n" ); document.write( "So the x intercept is (-1,0) \n" ); document.write( " |