document.write( "Question 257470: A math test has a bonus question. The directions simply state that if you answer the question correctly you will recieve 5 bonus points and your test grade will be increased by 7% of your score. Let x = test score before answering the bonus question.\r
\n" ); document.write( "\n" ); document.write( "a) write a function, f(x) to represent just the 5 bonus points
\n" ); document.write( "b) Write a function, g(X) to represent just the precent of increase.
\n" ); document.write( "c) Explain the meaning of f(g(x))
\n" ); document.write( "d) Explain the meaning of g(f(x))
\n" ); document.write( "e) Does f(g(x)) = g(f(x)) in the problem? Explain\r
\n" ); document.write( "\n" ); document.write( "**** Please help me answer all these questions, i really dont understand. Please and thank you!
\n" ); document.write( "

Algebra.Com's Answer #189393 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
X is the number of points.
\n" ); document.write( "First we have a proportion
\n" ); document.write( "5/N = 7/100
\n" ); document.write( "Solving, we get n ~ 71.42 or ~ 71.
\n" ); document.write( "There are 71 points on this test.
\n" ); document.write( "a) write a function, f(x) to represent just the 5 bonus points
\n" ); document.write( "ANSWER:
\n" ); document.write( "\"f%28x%29+=+x+%2B+5\"
\n" ); document.write( "b) Write a function, g(x) to represent just the precent of increase.
\n" ); document.write( "ANSWER:
\n" ); document.write( "\"g%28x%29+=+100%2A%28x%2B5%29%2F71\"
\n" ); document.write( "c) Explain the meaning of f(g(x))
\n" ); document.write( "ANSWER: The g(x) is a percentage which you then add to a number of points.
\n" ); document.write( "d) Explain the meaning of g(f(x))
\n" ); document.write( "ANSWER: f(x) is a raw score that you are converting into percentage
\n" ); document.write( "e) Does f(g(x)) = g(f(x)) in the problem? Explain
\n" ); document.write( "They are not the same.
\n" ); document.write( "f(g(x)) = (100x+855)/71
\n" ); document.write( "g(f(x)) = (100x + 1000)/71
\n" ); document.write( "
\n" );