document.write( "Question 658189: slope -3; through (1,-4)
\n" );
document.write( " what iv tryed is
\n" );
document.write( "y+4=-3[x-(1)]
\n" );
document.write( "y+4=-3(x-1)
\n" );
document.write( " when i checked in the back of the book it was wrong
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #410198 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! slope -3; through (1,-4) \n" ); document.write( "------------- \n" ); document.write( "Use y = mx + b and the point to find b \n" ); document.write( "-4 = -3*1 + b \n" ); document.write( "b = -1 \n" ); document.write( "------ \n" ); document.write( "Then it's y = -3x - 1 \n" ); document.write( "Or, \n" ); document.write( "3x + y = -1 \n" ); document.write( " \n" ); document.write( " |