document.write( "Question 742584: (-3,-3) m=1/2 Find the equation of the line through the given point with the given slope.
\n" );
document.write( "This is what I did and is this correct??
\n" );
document.write( "y-(-3)=1/2(x-(-3))
\n" );
document.write( "y+3=1/2x+6
\n" );
document.write( " -3 -3
\n" );
document.write( "y=1/2x+3 \n" );
document.write( "
Algebra.Com's Answer #452580 by rfer(16322) ![]() You can put this solution on YOUR website! y=mx+b \n" ); document.write( "-3=0.5*-3+b \n" ); document.write( "-3=-1.5+b \n" ); document.write( "-3+1.5=b \n" ); document.write( "-1.5=b \n" ); document.write( "y=0.5x-1.5 \n" ); document.write( " |