Use the table below to construct a table of values for rx p
Use the table below to construct a table of values for r(x) = p(q(x)).
If there is no solution type \"na\".
| x | 0 | 1 | 2 | 3 | 4 | 5 | 
| p(x) | 1 | 13 | 13 | 16 | 11 | 4 | 
| q(x) | 5 | 2 | 3 | 1 | 4 | 8 | 
Solution
p(q(x))
for q(x) = 5 , p(5) = 4
q(x) = 2 , p(2) = 13
and so on
table shown below
x r(x)
0 4
1 13
2 16
3 13
4 11
5 na

