Answer:
The required table is shown below.
Step-by-step explanation:
The given set is
[tex]A=\{0,1,2,3,4\}[/tex]
It is given that
[tex]f:A\rightarrow A[/tex]
where, [tex]f(n)=2n(mod 5)[/tex].
We need to construct a table with values for n, f(n) and f(f(n)).
The elements of set are 0,1,2,3 and 4 so these are the values of n.
At n=0,
[tex]f(0)=2(0)(mod 5)=0(mod 5)=0[/tex]
[tex]f(f(0))=f(0)=0[/tex]
At n=1,
[tex]f(1)=2(1)(mod 5)=2(mod 5)=2[/tex]
[tex]f(f(1))=f(2)=2(2)(mod 5)=4(mod 5)=4[/tex]
At n=2,
[tex]f(2)=2(2)(mod 5)=4(mod 5)=4[/tex]
[tex]f(f(2))=f(4)=3[/tex]
At n=3,
[tex]f(3)=2(3)(mod 5)=6(mod 5)=1[/tex]
[tex]f(f(3))=f(1)=2[/tex]
At n=4,
[tex]f(4)=2(4)(mod 5)=8(mod 5)=3[/tex]
[tex]f(f(4))=f(3)=1[/tex]
Therefore the required table is
n f(n) f(f(n))
0 0 0
1 2 4
2 4 3
3 1 2
4 3 1