document.write( "Question 1196807: Kayla works a total of 40 hours each week at two part-time jobs. She works at a restaurant and earns $12 per hour and as a freelance blog editor where she earns $19 per hour.\r
\n" ); document.write( "\n" ); document.write( "a) Write a function f that inputs the number of hours Kayla works at the restaurant (x) and outputs the number of hours she can work as a freelance blog editor.
\n" ); document.write( "f(x)=?
\n" ); document.write( " \r
\n" ); document.write( "\n" ); document.write( "b) Write a function g that inputs the number of hours she worked as a freelance blog editor (n) in a week and outputs the total amount of money she made from editing that week (in dollars).
\n" ); document.write( "g(n)=?
\n" ); document.write( " \r
\n" ); document.write( "\n" ); document.write( "c) Which composite function produces values with a real-world meaning in this context? f∘g or g∘f?\r
\n" ); document.write( "\n" ); document.write( "d) Write the formula that defines the composite function you selected in part (c).
\n" ); document.write( "g(f(x))=?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #829813 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Hi\r\n" );
document.write( "Kayla works a total of 40 hours each week at two part-time jobs. \r\n" );
document.write( "She works at a restaurant and earns $12 per hour \r\n" );
document.write( "and as a freelance blog editor where she earns $19 per hour.\r\n" );
document.write( "\r\n" );
document.write( "a) f(x) = 40-x   |imput x(hours at restaurant), output number of hours as an editor\r\n" );
document.write( "b) g(n) = $19n    |imput n(hours as editor), output money as an editor in terms of n\r\n" );
document.write( "\r\n" );
document.write( "c) g∘f     | Output would be money earned as editor in terms of x (hours at restaurant)\r\n" );
document.write( "\r\n" );
document.write( "d) g∘f = $19(40-x)\r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );