document.write( "Question 174597: Help I am unsure about this one\r
\n" );
document.write( "\n" );
document.write( "What is a secant line? The equation goes;\r
\n" );
document.write( "\n" );
document.write( "Find the equation of the secant line containing (1,f(1)) and (2,f(2)).?
\n" );
document.write( "then it gives the problem:
\n" );
document.write( "f(x)= 8
\n" );
document.write( " ___ or 8/x+7
\n" );
document.write( " x+7
\n" );
document.write( " Can anyone shed some light on this one? Not in my book
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #129601 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the equation of the secant line containing (1,f(1)) and (2,f(2)).? \n" ); document.write( "then it gives the problem: \n" ); document.write( "f(x)= 8 \n" ); document.write( "___ or 8/x+7 \n" ); document.write( "x+7 \n" ); document.write( "---------------- \n" ); document.write( "A secant line is one that joins exactly two points of a curve. \n" ); document.write( "Since f(x) = 8/(x+7) \n" ); document.write( "f(1) = 8/(1+7) = 8/8 = 1 \n" ); document.write( "and \n" ); document.write( "f(2) = 8/(2+7) = 8/9 \n" ); document.write( "--------------------------- \n" ); document.write( "So you have two points: (1,1) and (2,8/9) \n" ); document.write( "slope: ((8/9)-1)/(2-1) = -1/9 \n" ); document.write( "intercept: 1 = (-1/9)1 + b \n" ); document.write( "b = 10/9 \n" ); document.write( "------------- \n" ); document.write( "Equation of the secant line : y = (-1/9)x + (10/9) \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |