Answer:
(p o q) = 54
(q o p) = 68
Explanation:
Another way to write is (p o q)(3) is p(q(3)). As you can see, you start with the inner function and 3 is an input in the q(x) function. Then, the output of this becomes the input of p(x) (the outer function), which yields a final output and the answer:

You do the same process for (q o p)(3), which can be written as q(p(3)), where you start with p(3) and then plug in this result as the input for q(x):
