document.write( "Question 852165: For this function, calculate the equation of the tangent line at the given point:\r
\n" );
document.write( "\n" );
document.write( "f(x) = sqrt of 6x at the point (6,6).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #519491 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! details posted elsewhere...\r \n" ); document.write( "\n" ); document.write( "y'(6)=3/sqrt(36)=1/2\r \n" ); document.write( "\n" ); document.write( "y-6=1/2(x-6) \n" ); document.write( " |