document.write( "Question 983509: Hello, I really need some help on this problem I was assigned. It's pretty challenging.. Thank you in advance! \r
\n" );
document.write( "\n" );
document.write( "You have a $50 coupon from the
\n" );
document.write( "manufacturer good for the purchase of a cell phone. The store
\n" );
document.write( "where you are purchasing your cell phone is offering a 20%
\n" );
document.write( "discount on all cell phones. Let x represent the regular price of
\n" );
document.write( "the cell phone. \r
\n" );
document.write( "\n" );
document.write( "(a) Suppose only the 20% discount applies. Find a function f
\n" );
document.write( "that models the purchase price of the cell phone as a function of the regular price x\r
\n" );
document.write( "\n" );
document.write( "(b) Suppose only the $50 coupon applies. Find a function g
\n" );
document.write( "that models the purchase price of the cell phone as a function
\n" );
document.write( "of the sticker price x. \r
\n" );
document.write( "\n" );
document.write( "(c) If you can use the coupon and the discount, then the purchase
\n" );
document.write( "price is either (f o g)x or (g o f)x , depending on the
\n" );
document.write( "order in which they are applied to the price. Find both (f o g)x and (g o f)x . Which composition gives the lower price? \n" );
document.write( "
Algebra.Com's Answer #604340 by macston(5194)![]() ![]() You can put this solution on YOUR website! Let x = regular price of the cell phone. \r \n" ); document.write( "\n" ); document.write( "(a) Suppose only the 20% discount applies. \n" ); document.write( ". \n" ); document.write( "f(x)=0.8x \n" ); document.write( ". \n" ); document.write( "(b) Suppose only the $50 coupon applies. \n" ); document.write( ". \n" ); document.write( "g(x)=x-$50 \n" ); document.write( ". \n" ); document.write( "(c) If you can use the coupon and the discount, then the purchase \n" ); document.write( "price is either (f o g)x or (g o f)x. Which composition gives the lower price? \n" ); document.write( ". \n" ); document.write( "f(g(x))=0.8(x-$50) \n" ); document.write( "g(f(x))=0.8x-$50 This is the lower price. \n" ); document.write( " |