document.write( "Question 643762: given the slope of the line segment and the other point, determine the unknown
\n" );
document.write( "(7,12), (12,d), slope 6 \n" );
document.write( "
Algebra.Com's Answer #404614 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! given the slope of the line segment and the other point, determine the unknown \n" ); document.write( "(7,12), (12,d), slope 6 \n" ); document.write( "---------- \n" ); document.write( "(d-12)/(12-7) = 6 \n" ); document.write( "------------ \n" ); document.write( "d-12 = 6(5) \n" ); document.write( "------ \n" ); document.write( "d = 42 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |