Suppose that A is a finite set with 3 elements, B is a finite set with 8 elements, and C is a finite set with 2 elements. How many functions are there from the set A x B to the set C?
So I have tried this: Number of elements in
AxB = |AxB| = |A|*|B| = 24
Number of elements in C = |C| = 2
So I thought number of functions from AxB to C:
f: AxB -> C = |C|^|AXB| = 2^24 = 16777216
But 16777216 is not the correct answer. What am I doing wrong here?