document.write( "Question 263105: I'd like help with finding the X and Y intercepts of a graph of the equation:
\n" );
document.write( "Y = x over 2 + 1
\n" );
document.write( "I'm not understanding these exercises, I hope I entered this correctly.
\n" );
document.write( "Thank you,
\n" );
document.write( "Jeff
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #193832 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "slope is 1/2 and the y intercept is 1 when x=0 \n" ); document.write( "x intercept when y=0 \n" ); document.write( "0=x/2 +1 \n" ); document.write( "-1=x/2 \n" ); document.write( "-2=x \n" ); document.write( "(-2,0) \n" ); document.write( "(0,1) \n" ); document.write( " |