A store offers customers a 30 % discount on the price x of selected items. Then, the store takes off an additional 15 % at the cash register. Write a price function P(x) that computes the final price of the item in terms of the original price x. (Hint: Use function composition to find your answer.)