How many
integer values of n satisfy this equation?
(6+n)n + (7+n)n = 12n + 1
Prove that there are no others.
Obviously, 0 works.
Also, obviously, n must be less than 5. If n is 5 or greater, the left hand side is larger than the right hand side.
And no negative numbers work.
So the only possible values or 0,1,2,3, and 4.
I am too lazy to actually try them, but it is simple enough to do.