document.write( "Question 589820: Write a point-slope equation for the line with the given slope that contains the given point.\r
\n" );
document.write( "\n" );
document.write( "m =-4/3 ; (7, −1)
\n" );
document.write( "This is what I did -4/3=y-(-1)/(x-7)
\n" );
document.write( "-4/3=y+1/x-7
\n" );
document.write( "-4(x-7)=2(y+1)
\n" );
document.write( "-4x+28=2y+2
\n" );
document.write( "-4x=2y+2+28
\n" );
document.write( "-4x=2y+30
\n" );
document.write( "-2y=4x+30
\n" );
document.write( "-2y/-2=(4x+30)/-2
\n" );
document.write( "y=4x/-2+30/-2
\n" );
document.write( "y=-2x+-15
\n" );
document.write( " What did I do wrong here? \n" );
document.write( "
Algebra.Com's Answer #374960 by John10(297) You can put this solution on YOUR website! Hint: Use the point-slope formula to write: \n" ); document.write( "Y - yo = m(x - x0) \n" ); document.write( "y - (-1) = (-4/3(x - 7)\r \n" ); document.write( "\n" ); document.write( "We can stop right there because it just asks point-slope equation (not slope-intercept formula y = mx + b).\r \n" ); document.write( "\n" ); document.write( "Hope it helps:)\r \n" ); document.write( "\n" ); document.write( "John10 \n" ); document.write( " |