Computer Science Canada Help with a math problem |
Author: | Panphobia [ Fri May 17, 2013 11:40 pm ] | ||||
Post subject: | Help with a math problem | ||||
I was looking around the internet for some math problems and I came across this
|
Author: | Dreadnought [ Sat May 18, 2013 11:04 am ] | ||
Post subject: | Re: Help with a math problem | ||
Here's my solution (it's easier if you know modular arithmetic, but I'm assuming you don't).
|
Author: | Insectoid [ Sat May 18, 2013 12:10 pm ] |
Post subject: | RE:Help with a math problem |
Quote: you add three to the numbers in the previous row
This only holds true for the first column. |
Author: | Dreadnought [ Sat May 18, 2013 1:57 pm ] |
Post subject: | Re: Help with a math problem |
Insectoid wrote: Quote: you add three to the numbers in the previous row
This only holds true for the first column. Yes, I typed this quickly before I went grocery shopping (was almost late for the bus). It was just a quick argument to show the remainder property holds for the first column (I shouldn't have said "the previous row"). Once you're convinced that it does, it clearly holds for each row since we add 2n + 1 (where n is the row index) to subsequent entries in the same row. |