document.write( "Question 184523: A line that passes through (7,3) and has a slope of -1.\r
\n" );
document.write( "\n" );
document.write( "What I've done so far y= 2/3(-1)-4
\n" );
document.write( "y=2/3(3/2)=6/6= 1 - 4 = -3
\n" );
document.write( "(7,3) and (1,-3) \n" );
document.write( "
Algebra.Com's Answer #138520 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A line that passes through (7,3) and has a slope of -1. \n" ); document.write( "What I've done so far y= 2/3(-1)-4 \n" ); document.write( "y=2/3(3/2)=6/6= 1 - 4 = -3 \n" ); document.write( "---------------------- \n" ); document.write( "Use \n" ); document.write( "y-y1 = m*(x-x1) where (x1,y1) is the point (7,3) and m is the slope. \n" ); document.write( "y-3 = -1(x-7) \n" ); document.write( "y-3 = -x+7 \n" ); document.write( "x+y = 10 \n" ); document.write( " \n" ); document.write( " |