Showing posts with label Numerical Maze. Show all posts
Showing posts with label Numerical Maze. Show all posts

Friday, August 1, 2014

Numerical Maze P3E2M2 - Medium

In 7 minutes, find a path from the START to the END passing only through numbers that are divisible by 6. Note that there is only one solution for this numerical maze. To make you find numbers divisible by six faster, here is a hint to memorize and apply:

If the sum of the digits of a number is divisible by 3 AND its last digit is even then that number is divisible by 6. For example, 912 is divisible by 6 because the sum of its digits, twelve (9 + 1 + 2 = 12), is divisible by 3 and its last digit, two, is an even number.

Numerical Maze
Numerical Maze

Scroll
Scroll
Solution:

Numerical Maze
Solution


Monday, July 28, 2014

Numerical Maze P3E1M1 - Medium

In 8 minutes, find a path from the START to the END passing only through numbers that are divisible by 12. There is only one solution for this numerical maze. To solve this maze faster, first memorize and apply the following three hints:

Hints:

* If a number is divisible by 3 and by 4 then the number is divisible by 12.

* If the sum of the digits of a number is divisible by 3 then the number is divisible by 3. For example, 2130021 is divisible by 3 because 9, the sum of its digits (2 + 1 + 3 + 0 + 0 + 2 + 1 = 9), is divisible by 3.

* If half of a number is an even number then that number is divisible by 4. For example, 72 is divisible by 4 because half of it, 36, is an even number. Also, if the last two digits of a number is divisible by 4 then that number is divisible by 4. As an example: 897232 is divisible by 4 because its last 2 digits; i.e. 32, is divisible by 4.


Numerical Maze



Solution:






Saturday, September 29, 2012

Numerical Maze of Divisibles by 6

In 10 minutes or less, find a path from the START to the END passing only through numbers that are divisible by 6. Note that there is only one solution for this numerical maze. To make you find numbers divisible by six faster, here is a hint to remember and apply:
If the sum of the digits of a number is divisible by 3 AND its last digit is even then that number is divisible by 6. For example, 612 is divisible by 6 because the sum of its digits, nine (6 + 1 + 2 = 9), is divisible by 3 and its last digit, two, is an even number.


Numerical Maze of Divisibles by 6
Numerical Maze of Divisibles by 6

 
 


Puzzle Answer

Answer:

Numerical Maze of Divisibles by 6