Saturday, June 22, 2019

Puzzle 100: One Hundred (Magic Square)

A special puzzle to celebrate the 100th blog post!
חידה מיוחדת לכבוד הפוסט ה-100!

You are given a 3X3 grid, with a digit in each cell. Your goal is to end up with a magic square, so that the numbers in every row and in every column sum up to 100. In order to do this, for each cell you need to do exactly one of the following options:
1. append a digit before the given digit
2. append a digit after the given digit
3. nothing (leave a single digit number)
The puzzle has a single solution.

נתונה טבלה בגודל 3X3, כאשר בכל משבצת רשומה ספרה אחת. המטרה בחידה הזאת היא ליצור ריבוע קסם כך שהסכום של המספרים בכל טור ובכל שורה יהיה בדיוק 100. כדי ליצור את ריבוע הקסם, בכל אחת מהמשבצות עליכם לעשות בדיוק אחת מבין הפעולות הבאות:
1. להצמיד ספרה לפני הספרה הקיימת
2. להצמיד ספרה אחרי הספרה הקיימת
3. כלום (להשאיר ספרה בודדה)
לחידה יש פתרון יחיד.

Example (2X2 grid):
דוגמה (טבלה בגודל 2X2):


The puzzle:
החידה:


No comments:

Post a Comment