You are not logged in.
EDIT: Never mind.
Last edited by Daniel123 (2008-09-30 03:01:44)
Offline
Offline
Yep. I realised that
could be rewritten as as soon as I submitted the post, but I had to rush out for a driving lesson.Last edited by Daniel123 (2008-09-30 04:40:44)
Offline
That's a rather slick algebraic way to see if. If you didn't see that trick, then you could just brute force it by induction. You wind up with looking at properties modulo 3, and from there it should be rather immediate.
"In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..."
Offline
you could also do like this:
Last edited by Kurre (2008-09-30 08:12:40)
Offline
In general,
divides for all positive integers a and n.Kurre, your method wont work for the general case. (Or, more precisely, in cases when
Just think sum of GP. That will always work.
Offline
I like Ricky's way.
4^n = 1^n = 1 (mod 3)
Hence, 4^n - 1 = 0 (mod 3) and so will be divisible by 3 for any n.
Why did the vector cross the road?
It wanted to be normal.
Offline