47.7k views
5 votes
A store offers customers a 30% discount on the price x  x of selected items. then, the store takes off an additional 15% at the cash register. write a price function p(x)  p(x) that computes the final price of the item in terms of the original price x.  x. (hint: use function composition to find your answer.)

User Juan
by
6.6k points

1 Answer

4 votes
(X x .7) x .85=p(x)
..............................
User AaronSieb
by
5.8k points