document.write( "Question 941209: Given f(x)=x-5, g(x)=x+8, and h(x)=x^2+5x-2
\n" );
document.write( "How would you solve for g/f?
\n" );
document.write( "And g-f. Thanks!\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #573738 by nerdybill(7384) You can put this solution on YOUR website! Given f(x)=x-5, g(x)=x+8, and h(x)=x^2+5x-2 \n" ); document.write( ". \n" ); document.write( "How would you solve for g/f? \n" ); document.write( "g/f = (x+8)/(x-5) \n" ); document.write( ". \n" ); document.write( "And g-f \n" ); document.write( "g-f = (x+8) - (x-5) \n" ); document.write( "g-f = x+8 - x+5 \n" ); document.write( "g-f = 13 \n" ); document.write( " \n" ); document.write( " |