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.)