Answer page

 


Modulo:

(7 + 7) | 8= 6|8,

(9 x 9) | 11= 4|11

(1000000000000000000000000000000000000000000000000000 + 3) | 10= 3|10
 
 


Rabbit:


Answer to rabbit problem is 144 rabbits.
 
 



Code Game

  1. 1 3 5 7 9 is 11  The solution is to add 2 to the last number.
  2. 2 5 4 7 6 9 8 is 11  The solution is to add 2, then subtract 1, then repeat.
  3. 1 2 4 7 11 15 is 19  The solution is to add 1, then add 2, then add 3, etc.
  4. 5 8 13 21 34 is 55   The solution is a Fibonacci sequence. To learn about Fibonacci's sequence.
  5. III 3I I3II III32I is 3II3I2I1  The solution is read in pairs. The first number tells you the quantity of the second number of the pair. So, in the solution, the "31" means there are 3 "1"s. The next pair (1 3) means there is 1 "3".



Math Puzzle

Your answer is 7. The answer will always be 7 no matter how hard you try it will always be 7.
 
 


Bigger to Smaller

135=15

246=48

565=150

472|8=0. You get the answer by multiplying the digits of 472, which is 56. Then you do 56 modulo 8 which gives you zero because you take the remainder of 56/8.


Doublets

ANSWERS (1) EYE->LYE->LIE->LID

(2) PITY->PITS->FITS->FINS->FIND->FOND->FOOD->GOOD

(3) TREE->FREE->FLEE->FLED->FEED->WEED->WELD->WOLD->WOOD
(Yes WOLD is a real word - meaning hilly or rolling region. Used in names of English geographical areas.)

(4) OAT->RAT->ROT-> ROE->RYE


Rapid Addition

ANSWERS 1) 45 2) 37 3) 49 4) 41 5) 44 6) 50