document.write( "Question 160115: can someone please help me with this problem:\r
\n" );
document.write( "\n" );
document.write( "What is the y-intercept of y = 1/2x + if it passes through (-8,-4) ?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #118090 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! y = 1/2x (-8,-4) \n" ); document.write( "-4=1/2*-8+b \n" ); document.write( "-4=-4+b \n" ); document.write( "b=-4+4 \n" ); document.write( "b=0 or (0,0) is the y intercept of this line. \n" ); document.write( "y=x/2+0 \n" ); document.write( " |