document.write( "Question 504801: let f(x)= x-7/x+5 and g(x)= x+3/x-4. For what values of x does f(x)= g(x) \n" ); document.write( "
Algebra.Com's Answer #339802 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! let f(x)= x-7/x+5 and g(x)= x+3/x-4. For what values of x does f(x)= g(x) \n" ); document.write( "** \n" ); document.write( " x-7/x+5=x+3/x-4 \n" ); document.write( "cross-multiply \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( "19x=13 \n" ); document.write( "x=13/19 \n" ); document.write( "ans: \n" ); document.write( " f(x)= g(x when x=13/19 \n" ); document.write( " |