document.write( "Question 245110: How do I find the correct graph if the question tells me that the line is through (2,-2) with a slope of -1/2 \n" ); document.write( "
Algebra.Com's Answer #179181 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (2,-2) with a slope of -1/2 \n" ); document.write( "Y=mX+b \n" ); document.write( "-2=-1/2*2+b \n" ); document.write( "-2=-1+b \n" ); document.write( "b=-2+1 \n" ); document.write( "b=-1 \n" ); document.write( "Y=-X/2-1 ans. \n" ); document.write( " |