document.write( "Question 66529: f(x)=8+x
\n" );
document.write( "g(x)=x-5
\n" );
document.write( "If d(x)=f(x)-g(x), find d(x) \n" );
document.write( "
Algebra.Com's Answer #47180 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! d(x) = f(x) - g(x) \n" ); document.write( "d(x) = (8 + x) - (x - 5) \n" ); document.write( "d(x) = 8 + x - x + 5 = 13 \n" ); document.write( " |