document.write( "Question 573111: how to solve for a if the line through the two given points has the given slope
\n" );
document.write( "(a,3)(2,6)M=-1 \n" );
document.write( "
Algebra.Com's Answer #368667 by Alan3354(69443) You can put this solution on YOUR website! how to solve for a if the line through the two given points has the given slope \n" ); document.write( "(a,3)(2,6)M=-1 \n" ); document.write( "------ \n" ); document.write( "m = diffy/diffx = -1 \n" ); document.write( "(6-3)/(2-a) = -1 \n" ); document.write( "a-2 = 3 \n" ); document.write( "a = 5 \n" ); document.write( " \n" ); document.write( " |