document.write( "Question 1136952: Find the points on the graph y=7x/x-2 where the slope of the tangent line is parallel to the line 28x+2y-17=0 \n" ); document.write( "
Algebra.Com's Answer #754781 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! I assume you mean the following equation, always use parenthesis to clarify intent \n" ); document.write( ": \n" ); document.write( "y = 7x/(x-2) \n" ); document.write( ": \n" ); document.write( "use the quotient rule to find the first derivative \n" ); document.write( ": \n" ); document.write( "let u be 7x and v be x-2 \n" ); document.write( ": \n" ); document.write( "y' = 7 * ( (x-2)*1 - x(1) ) / (x-2)^2 = -14/(x-2)^2 \n" ); document.write( ": \n" ); document.write( "find slope of the given line by rewriting it as slope intercept form \n" ); document.write( ": \n" ); document.write( "28x +2y -17 = 0 \n" ); document.write( ": \n" ); document.write( "2y = -28x +17 \n" ); document.write( ": \n" ); document.write( "y = -14x +17/2 \n" ); document.write( ": \n" ); document.write( "slope is -14, set first derivative equal to -14 \n" ); document.write( ": \n" ); document.write( "-14/(x-2)^2 = -14/1 \n" ); document.write( ": \n" ); document.write( "cross multiply fractions \n" ); document.write( ": \n" ); document.write( "-14(x-2)^2 = -14 \n" ); document.write( ": \n" ); document.write( "(x-2)^2 = 1 \n" ); document.write( ": \n" ); document.write( "x-2 = + or - 1 \n" ); document.write( ": \n" ); document.write( "x = 2 +1 = 3 \n" ); document.write( ": \n" ); document.write( "x = 2 -1 = 1 \n" ); document.write( ": \n" ); document.write( "we have two points whose x-coordinate is 3 or 1, we use the original equation to find the corresponding y coordinates \n" ); document.write( ": \n" ); document.write( "f(3) = 7(3)/(3-2) = 21 \n" ); document.write( ": \n" ); document.write( "f(1) = 7(1)/(1-2) = -7 \n" ); document.write( ": \n" ); document.write( "*********************************************** \n" ); document.write( "the two points are (3,21) and (1,-7) \n" ); document.write( "********************************************** \n" ); document.write( ": \n" ); document.write( " |