create a m x n table.
then put the multiplication result of x,y coordinate in each cell.
set any cell as your preffered base.
from the base go up A steps, then go right (or left) B steps, take the number as num1
from the base go left A steps, then go right (or left) B steps, take the number as num2
from the base go down A steps, then go right (or left) B steps, take the number as num3
from the base go right A steps, then go right (or left) B steps, take the number as num4
Question
jasen
create a m x n table.
then put the multiplication result of x,y coordinate in each cell.
set any cell as your preffered base.
from the base go up A steps, then go right (or left) B steps, take the number as num1
from the base go left A steps, then go right (or left) B steps, take the number as num2
from the base go down A steps, then go right (or left) B steps, take the number as num3
from the base go right A steps, then go right (or left) B steps, take the number as num4
(num1 + num2 + num3 + num4) / 4 = your number.
anybody can explain this ?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.