eye catch image for rule and tutorial of calcblocks

Rule and Tutorial of CalcBlocks


Introduction

CalcBlocks is a puzzle game which we have to determine the place of numbers by using given hints under some rules. Here we explain the rule of CalcBlocks with size 4×4 in detail for those who plays it for the first time. Then we demonstrate the solving process of an example puzzle.

In explanations, we call a horizontal sequence of boxes row and a vertical sequence of boxes column. We describe a position of a box as (1,1) using a row and a column number. For example, we call the colored box in the following image box–(2,3).
calling conventions for matrix

Rule

There are three rules for CalcBlocks. Please remember them all. Here, we use a word operator. Operator is a symbol or function denoting an operation (e.g., ×, +).

  1. Each row contains each digit of 1–4 exactly once.
  2. Each column contains each digit of 1–4 exactly once.
  3. A number and an operator in each region surrounded by thick lines denote the addition of numbers (+), the difference of two numbers (–), the product of numbers (×), the quotient of bigger number / smaller number (÷) or the remainder of bigger number / smaller number (%).

Now we explain each rule in detail by using the example puzzle following.
example puzzle for explaining rule of calcblocks

Rule 1

Each row contains each digit of 1–4 exactly once. This means that we cannot place same numbers in a row.
rule 1 of calcblocks

Rule 2

Each column contains each digit of 1–4 exactly once. This means that we cannot place same numbers in a column.
rule 2 of calcblocks

Rule 3

A number and an operator in each region surrounded by thick lines denote the addition of numbers (+), the difference of two numbers (–), the product of numbers (×), the quotient of bigger number / smaller number (÷) or the remainder of bigger number / smaller number (%).

Addition

In the example, we can see 3+ in the top center region including box–(1,2) and box–(1,3).
rule 3-1 of calcblocks

This means that 3 is the addition of two numbers that should be placed in box–(1,2) and box–(1,3). Among four numbers from 1 to 4, 1 and 2 are the only combination that the result of the addition becomes 3. Thus, from this hint, we know that we have to place a number 1 and a number 2 in box–(1,2) and box–(1,3). But, from only this hint, we cannot decide in which box to place a number 1.

Difference

In the example, we can see 2– in the bottom left region including box–(3,1) and box–(4,1).
rule 3-2 of calcblocks

This means that 2 is the result of the difference (bigger number – smaller number) of two numbers that should be placed in box–(3,1) and box–(4,1). Among four numbers from 1 to 4, 4 and 2 or 3 and 1 are combinations that the result of the difference becomes 3. Thus, from this hint, we know that a combination of 4 and 2 or a combination of 3 and 1 should be placed in box–(3,1) and box–(4,1). But, from only this hint, we cannot decide which combination to select.

Product

In the example, we can see 12× in the top right region including box–(1,4) and box–(2,4).
rule 3-3 of calcblocks

This means that 12 is the product of two numbers that should be placed in box–(1,4) and box–(2,4). Among four numbers from 1 to 4, 3 and 4 are the only combination that the result of the product becomes 12. Thus, from this hint, we know that we have to place a number 3 and a number 4 in box–(1,4) and box–(2,4). But, from only this hint, we cannot decide in which box to place a number 3.

Quotient

In the example, we can see in the middle left region including box–(2,2) and box–(3,2).
rule 3-4 of calcblocks

This means that 3 is the quotient of the division (bigger number / smaller number) of two numbers that should be placed in box–(2,2) and box–(3,2). Among four numbers from 1 to 4, 3 and 1 are the only combination that the result of the quotient becomes 3. Thus, from this hint, we know that we have to place a number 3 and a number 1 in box–(2,2) and box–(3,2). But, from only this hint, we cannot decide in which box to place a number 3.

Remainder

We call the operation that produces a remainder when given a dividend and divisor modulo. At first, You may think this operation difficult. But this operation is very important. Because five operations we saw are called five fundamental operations of mathematics. Moreover, the modulo operation is often used in computer programming as well. Please become familiar with this operation through playing this puzzle.

In the example, we can see 0% in the top left region including box–(1,1) and box–(2,1).
rule 3-5 of calcblocks

This means that 0 is the remainder of the division (bigger number / smaller number) of two numbers that should be placed in box–(1,1) and box–(2,1). Namely, the bigger number is dividable by the smaller number. Among four numbers from 1 to 4, there are four dividable combinations, 4 and 2, 4 and 1, 3 and 1 or 2 and 1. But, from only this hint, we cannot decide which combination to select.

Tutorial

Here, we demonstrate a solving process of the example puzzle following. This is not the only process to solve. We hope you will find other processes.
example puzzle of calcblocks

Process 1

First, we focus on the top left region including box–(1,1) and box–(2,1). Among four number from 1 to 4, 1 and 3 are the only combination that the result of the addition of two numbers becomes 4. Thus, we know that we have to place a number 1 and a number 3 in box–(1,1) and box–(2,1). But, from only this hint, we cannot decide in which box to place a number 1. So now we record this in boxes with light-colored characters.
tutorial 1-1 for solving calcblocks

Next, we focus on the top center region including box–(1,2) and box–(1,3). Among four number from 1 to 4, 2 and 4 are the only combination that the result of the addition of two numbers becomes 6. Thus, we know that we have to place a number 2 and a number 4 in box–(1,2) and box–(1,3). But, from only this hint, we cannot decide in which box to place a number 2. So now we record this in boxes with light-colored characters.
tutorial 1-2 for solving calcblocks

Next, we focus on the top right region including box–(1,4) and box–(2,4). Among four number from 1 to 4, 3 and 4 are the only combination that the result of the addition of two numbers becomes 7. Thus, we know that we have to place a number 3 and a number 4 in box–(1,4) and box–(2,4). But, from only this hint, we cannot decide in which box to place a number 3. So now we record this in boxes with light-colored characters.
tutorial 1-3 for solving calcblocks

Process 2

In the top right region, we couldn’t decide in which box to place a number 3. However, by considering the fact that we have to place a number 2 and a number 4 in box–(1,2) and box–(1,3), we can decide in which box to place a number 3.
Now we assume the case that we place a number 4 in box–(1,4) and a number 3 in box–(2,4).
tutorial 2-1 for solving calcblocks

Then, we know that we have to place a number 2 and a number 4 in box–(1,2) and box–(1,3), no matter how we place a number 2 and a number 4, we end up violating the rule 1.
tutorial 2-2 for solving calcblocks
tutorial 2-3 for solving calcblocks

So we have to place a number 4 in box–(2,4) and a number 3 in box–(1,4) to avoid violating the rules. Now let’s place numbers.
tutorial 2-4 for solving calcblocks

Process 3

Now we can decide in which box to place a number 1 in the top left region including box–(1,1) and box–(2,1). If we assume the case that we place a number 1 in box–(2,1) and a number 3 in box–(1,1), we notice that we end up violating the rule 1.
tutorial 3-1 for solving calcblocks

So we have to place a number 1 in box–(1,1) and a number 3 in box–(2,1) to avoid violating the rules. Now let’s place numbers.
tutorial 3-2 for solving calcblocks

Process 4

We focus on the middle left region including box–(2,2) and box–(3,2). Among four number from 1 to 4, 1 and 2 are the only combination that the result of the addition of two numbers becomes 3. Thus, we know that we have to place a number 1 and a number 2 in box–(2,3) and box–(3,2). But, from only this hint, we cannot decide in which box to place a number 1. So now we record this in boxes with light-colored characters.
tutorial 4-1 for solving calcblocks

Next, we focus on the middle right region including box–(2,3) and box–(3,3). Among four number from 1 to 4, 1 and 3 are the only combination that the result of the addition of two numbers becomes 4. Thus, we know that we have to place a number 1 and a number 3 in box–(2,3) and box–(3,3). But, from only this hint, we cannot decide in which box to place a number 1. So now we record this in boxes with light-colored characters.
tutorial 4-2 for solving calcblocks

Process 5

Now we said that we cannot decide in which box to place a number 1. But, in fact, we can decide it by considering the fact that we placed a number 3 in box–(2,1). If we assume the case that we place a number 3 in box–(2,3) and a number 1 in box–(3,3), we notice that we end up violating the rule 1.
tutorial 5-1 for solving calcblocks

So we have to place a number 1 in box–(2,3) and a number 3 in box–(3,3) to avoid violating the rules. Now let’s place numbers.
tutorial 5-2 for solving calcblocks

Process 6

Now we focus on row 2. By rule 1, we know that each row contains each digit of 1–4 exactly once. But number 1, 3 and 4 are already placed in row 2. So number 2 is the only choice to place in box–(2,2).
tutorial 6-1 for solving calcblocks

Let’s place numbers.
tutorial 6-2 for solving calcblocks

Process 7

Now we focus on the top center region including box–(1,2) and box–(1,3). If we assume the case that we place a number 2 in box–(1,2) and a number 4 in box–(1,3), we notice that we end up violating the rule 2.
tutorial 7-1 for solving calcblocks

So we have to place a number 2 in box–(1,3) and a number 4 in box–(1,2) to avoid violating the rules. Now let’s place numbers.
tutorial 7-2 for solving calcblocks

Process 8

We focus on column 2. By rule 2, we know that each column contains each digit of 1–4 exactly once. But number 1, 2 and 4 are already placed in column 2. So number 3 is the only choice to place in box–(4,2).
As the same way, we focus on column 3. By rule 2, we know that each column contains each digit of 1–4 exactly once. But number 1, 2 and 3 are already placed in column 3. So number 4 is the only choice to place in box–(4,3).
tutorial 8-1 for solving calcblocks

Let’s place numbers.
tutorial 8-2 for solving calcblocks

Here we note that we haven’t violated the rule 3 in the bottom center region including box–(4,2) and box–(4,3).

Process 9

Now we focus on the bottom left region including box–(3,1) and box–(4,1). Among four number from 1 to 4, 2 and 4 are the only combination that the result of the addition of two numbers becomes 6. Thus, we know that we have to place a number 2 and a number 4 in box–(3,1) and box–(4,1). But, from only this hint, we cannot decide in which box to place a number 2. So now we record this in boxes with light-colored characters.
tutorial 9-1 for solving calcblocks

About this region, we assume the case that we place a number 2 in box–(3,1) and a number 4 in box–(4,1). Then we see number 4 twice in row 4. Thus this case ends up violating the rule 1.
tutorial 9-2 for solving calcblocks

So we have to place a number 2 in box–(4,1) and a number 4 in box–(3,1) to avoid violating the rules. Now let’s place numbers.
tutorial 9-3 for solving calcblocks

Process 10

Next, we focus on row 3. By rule 1, we know that each row contains each digit of 1–4 exactly once. But number 1, 3 and 4 are already placed in row 3. So number 2 is the only choice to place in box–(3,4).
As the same way, we focus on row 4. By rule 1, we know that each row contains each digit of 1–4 exactly once. But number 2, 3 and 4 are already placed in row 4. So number 1 is the only choice to place in box–(4,4).
tutorial 10-1 for solving calcblocks

Now let’s place numbers.
tutorial 10-2 for solving calcblocks

Here we note that we haven’t violated the rule 3 in the bottom right region including box–(3,4) and box–(4,4). Finally, we reached the answer.

Get Started

Most recently uploaded CalcBlocks puzzles are available on CalcBlocks.
Previous CalcBlocks puzzles are available on CalcBlocks Archives.