- #1
Jim01
- 36
- 0
Homework Statement
Let J3 = {0, 1, 2}, and define functions f and g from J3 to J3 as follows: For all x in J3,
f(x) = (x2 + x + 1) mod 3 and g(x) = (x + 2)2 mod 3.
Does f = g?
Homework Equations
The Attempt at a Solution
The above is an example from the book. The section is called Equality of Functions. The procedure is given on how to solve the problem, but no explanation is given for what mod 3 means or what it is used for.
Here is the solution:
Yes, the table of values shows that f(x) = g(x) for all x in J3.
x x2 + x + 1 f(x) = (x2 + x + 1)mod 3
0 1 1 mod 3 = 1
1 3 3 mod 3 = 0
2 7 7 mod 3 = 1
(x + 2)2 g(x) = (x + 2)2
4 4 mod 3 = 1
9 9 mod 3 = 0
16 16 mod 3 = 1
I have poured through my elementary algebra, intermediate algebra, pre-calculus and calculus I books and can find no information on equality of functions. Is it called something else by other books? Would someone please explain this to me?
Edit: Sorry for the poor table. While it looks right when I make it, it does not format correctly when I post it.