9514 1404 393
Answer:
c.) P[J(y)] = 1/3 ⋅ J(y) + 4
Explanation:
The function P takes a number of weeks as an argument and returns the number of paintings.
The function J takes some argument (unspecified) and returns a number of weeks per year.
__
The composite function that will give the number of paintings per year will be P(weeks per year) = P(J(y)).
P(J(y)) = 1/3·J(y) +4 . . . . . matches choice C
_____
Additional comment
Looking at the units of the input and output of each of the functions is called "units analysis." It is a good way to solve many problems.