document.write( "Question 1067556: What line resembles y=0.5*x+2 \n" ); document.write( "
Algebra.Com's Answer #682709 by addingup(3677)![]() ![]() You can put this solution on YOUR website! set x to 0: \n" ); document.write( "y = 0.5(0)+2 any number times 0 equals 0 \n" ); document.write( "y = 0+2 \n" ); document.write( "y = 2 \n" ); document.write( "this gives us our first ordered pair (x, y): (0, 2) \n" ); document.write( "Now set y to 0 \n" ); document.write( "-0.5x+y = 2 \n" ); document.write( "-0.5x+0 = 2 any number +0 = the number \n" ); document.write( "-0.5x = 2 \n" ); document.write( "x = -4 \n" ); document.write( "So we have our second ordered pair (x, y): (-4, 0) \n" ); document.write( "Graph these two points and you have your line. \n" ); document.write( " |