Question 517510: Proposition: If 'a' is a type 1 unteger and 'b' is a type 2 integer, then (a^2-b) is a type 2 integer.
Note:a type 1 integer is defined as x=3y+1 and i type two integer is defined as x=3y+2
This is what have so far:
Proof: We let a be a type 1 integer and b be a type 2 integer. We will show that a^2-b is a type 2 integer. By the definitions of a type 1 integer and type 2 integer, there are integers m and n such that a=3m+1 and b=3n+2. By substitution and the use of algebra we see that a^2-b = (3m+1)2-(3n+2)
= (9m2+6m+1-3n-2)
= (9m2+6m-3n)-1-2
= 3(3m2+2m-n)-1
I know that 3(3m2+2m-n)-1 is a type two integer, I just don't know how to re-write it so it satisfies the definition of a type 2 integer, meaning I don't know how to get it into the x=3y+2 format.
Answer by richard1234(7193) (Show Source):
| |
|