document.write( "Question 73870: Write the equaition of the line through the points (-5,-7) and (-6,-4).\r
\n" );
document.write( "\n" );
document.write( "A) 12; y=11*x+69\r
\n" );
document.write( "\n" );
document.write( "B) 11; y=12*x+68\r
\n" );
document.write( "\n" );
document.write( "C) 11; y=11*x+69\r
\n" );
document.write( "\n" );
document.write( "D) 12; y=12*x+68
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #52845 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Write the equaition of the line through the points (-5,-7) and (-6,-4). \n" ); document.write( "--------- \n" ); document.write( "slope = [-4--7]/[-6--5]= 3/-1 = -3 \n" ); document.write( "The equation you want is y=mx+b \n" ); document.write( "You are told y=-7 when x=-5 and you just figured out tht m=-3 \n" ); document.write( "so you can solve for \"b\", as follows: \n" ); document.write( "-7 = -3(-5) + b \n" ); document.write( "b = -22 \n" ); document.write( "EQUATION: \n" ); document.write( "y = -3x - 22 \n" ); document.write( "============= \n" ); document.write( "Checking: \n" ); document.write( "(-5,-7): -7=-3*-5-22; -7 = 15-22; -7 = -7 \n" ); document.write( "--------- \n" ); document.write( "(-6,-4): -4 = -3*-6 - 22; -4 = 18-22; -4 = -4 \n" ); document.write( "------------ \n" ); document.write( "It checks. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H> \n" ); document.write( " |