document.write( "Question 432042: Graph the line passing through (0,2) with slope -1/2. \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "Graph the line passing through (0,2) with slope -1/2.\n" ); document.write( " y = (-1/2)x + b\n" ); document.write( " 2 = (-1/2)*0 + b\n" ); document.write( " 2 = b\n" ); document.write( " y = (-1/2)x + 2 y-intercept is Pt (0,2)\n" ); document.write( "Note: as y increases/decreases by 1, \n" ); document.write( "x increases/decreases by 2 in an \"opposite fashion\"\n" ); document.write( "\n" ); document.write( "