Murderous Maths

1p332h

The Calendar Trick 4q6u5m

This trick makes you look like you've got the most awesome mental power. All you need is a calendar which has the dates lined up under the days of the week, so the numbers are arranged something like this:

    .      .      1      2      3      4      5
  6      7      8      9    10    11    12
13    14    15    16    17    18    19
20    21    22    23    24    25    26
27    28    29    30    31

The "9 number" trick 1f193b

For instance, let's say the red numbers are chosen.

    .      .      1      2      3      4      5
  6      7      8      9    10    11    12
13    14    15    16    17    18    19
20    21    22    23    24    25    26
27    28    29    30    31

They add up to 198.

Go THIS way Go THAT way

THE SECRET: All you do is look at the number in the middle and multiply it by 9.

In this case the middle number is 22 and 22 x 9 = 198.

HANDY TIP: To multiply by 9 quickly, just multiply by 10 then subtract your number.
So to get 22 x 9 you multiply 22 x 10 =220 (easy!) and then subtract 22. With a bit of practise you can do this quickly in your head.


The "20 number" trick 642n16

For instance, let's say the green numbers are chosen.

Thanks to Louise Lennartsson who spotted a mistake in the calendar grid on the left (which we've corrected). We estimate that over 50,000 people had already viewed this page before she saw it! 2u5f31
   .       1      2      3      4      5      6
  7       8      9    10    11    12    13
14     15    16    17    18    19    20
21     22    23    24    25    26    27
28     29    30    31

They add up to 290.

THE SECRET: Add together the smallest and the largest numbers in the group. Multiply the answer by 10.

In this case the smallest number is 2 and the largest is 27, so 2 + 27 = 29. Then 29 x 10 = 290.

With the "20 number trick" if the calendar month is February occasionally it will not be possible to put a box round 20 numbers.

Here's this months calendar for you to practise on! 1536e

"); document.write(""); document.write("Su"); document.write("M"); document.write("Tu"); document.write("W"); document.write("Th"); document.write("F"); document.write("Sa"); document.write(""); document.write(""); for (s=0;s "); } count=1; while (count <= monthdays[thismonth]) { for (b = startspaces;b<7;b++) { linktrue=false; document.write(""); for (c=0;c"); linktrue=true; } } } if (count==thisdate) { document.write(""); } if (count <= monthdays[thismonth]) { document.write(count); } else { document.write(" "); } if (count==thisdate) { document.write(""); } if (linktrue) document.write(""); document.write(""); count++; } document.write(""); document.write(""); startspaces=0; } document.write(""); // End -->

And if you don't want to use a calendar.... m6n6

These tricks work with ANY grid of numbered boxes, just as long as the numbers are continuous. Try them both on this grid:

    13     14     15     16     17     18     19     20     21     22     23
    24     25     26     27     28     29     30     31     32     33     34
    35     36     37     38     39     40     41     42     43     44     45
    46     47     48     49     50     51     52     53     54     55     56
    57     58     59     60     61     62     63     64     65     66     67
    68     69     70     71     72     73     74     75     76     77     78


Murderous Maths
Links:

The Murderous Maths main index page

The programme for the calendar came from
The JavaScript Source