document.write( "Question 1059008: The slope of a line is -2 and the line contains the points (7,4) and (x,12). What is the value of x?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #674087 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The slope of a line is -2 and the line contains the points (7,4) and (x,12). What is the value of x? \n" ); document.write( "------------------ \n" ); document.write( "Form:: y = mx + b \n" ); document.write( "Using m = -2, x = 7 and y = 4, solve for \"b\":: \n" ); document.write( "4 = -2*7 + b \n" ); document.write( "b = 18 \n" ); document.write( "---- \n" ); document.write( "f(x) = -2x + 18 \n" ); document.write( "---- \n" ); document.write( "Ans:: using (x,12), solve for \"x\": \n" ); document.write( "12 = -2x + 18 \n" ); document.write( "2x = 6 \n" ); document.write( "x = 3 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |