document.write( "Question 533327: Let f(x)=x-7/x+5 and g(x)=x+3/x-4 \r
\n" );
document.write( "\n" );
document.write( "f(x)=g(x) \r
\n" );
document.write( "\n" );
document.write( "I am stumped and maybe if i got the answer it could help me learn the process. \n" );
document.write( "
Algebra.Com's Answer #351037 by Alan3354(69443) You can put this solution on YOUR website! Let f(x)=x-7/x+5 and g(x)=x+3/x-4 \r \n" ); document.write( "\n" ); document.write( "f(x)=g(x) \n" ); document.write( "--------------- \n" ); document.write( "x-7/x+5 = x+3/x-4 \n" ); document.write( "(x-7)*(x-4) = (x+5)*(x+3) \n" ); document.write( "x^2 - 11x + 28 = x^2 + 8x + 15 \n" ); document.write( "-11x + 28 = 8x + 15 \n" ); document.write( "-19x = -13 \n" ); document.write( "x = 13/19 \n" ); document.write( " \n" ); document.write( " |