Solve this mathematics cross number grid puzzle by placing non-zero digits in each cell.
Across
1. Prime
2. Perfect Square
Down
1. Perfect Square
2. Two times 1 Across
What is the sum of all 4 digits?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
There is a typo in the first line. It should say, "Because 2 across and 1 down..."
Also, 81 and 16 would satisfy those two clues as well.
Did it another way! I looked at 2-digit primes and their double, and realized that {37,74} is the only pair that suffices the same digit necessity. The other number is pretty easy to find.
Log in to reply
Oooh! I didn't realize that! That's quite easy to test too.
Can you add that solution?
This problem can still be solved if we replace 1 across by "odd" instead of "prime"; and if we know nothing about 1 down.
Let the digits be a c b d Then
Since a b is odd, b is odd.
b d = 2 a b . With b odd, this implies b ≥ 5 , b = 2 a + 1 , and therefore 2 ≤ a < 5 .
Since d = 2 ( b − 5 ) and b is odd, d is a multiple of four.
With c d a square, and d a multiple of four, we must have d = 4 and c = 6 .
Because d = 2 ( b − 5 ) = 4 , we have b = 7 ; and from b = 2 a + 1 = 7 , it follows a = 3 .
The answer is a + b + c + d = 3 + 7 + 6 + 4 = 2 0 .
Oh wow! I didn't expect that twist!
To create the problem, I actually wrote them down first before deciding how to describe them. I then wrote up the solution to ensure that the answer was uniquely determined. I had a mistake in my solution which Geoff thankfully pointed out.
There are only six 2-digit perfect squares, 1 6 , 2 5 , 3 6 , 4 9 , 6 4 , 8 1 . A quick glance at them shows that the only [reasonable--see reply below] one here which 2nd digit can be the 1st digit of another is 3 6 . Once we have that, the rest follows almost immediately.
There are actually 3 possible cases - ( 3 6 , 6 4 ) , ( 1 6 , 6 4 ) , ( 8 1 , 1 6 ) .
I missed the third case and Geoff pointed it out.
Log in to reply
True enough, but the first row can't be over 47. I missed the 1 6 , 6 4 .
Problem Loading...
Note Loading...
Set Loading...
Because both 2 across and 1 down are perfect squares, by looking at the last digit of the 2-digit perfect squares, we know that these numbers are either { 8 1 , 1 6 } , { 1 6 , 6 4 } , { 3 6 , 6 4 } .
Case 1: 1 down is 81, 2 across is 16. Let the unknown cell (top right corner) be a .
Because 2 down is "twice of 1 across", we get that 2 × ( 8 0 + a ) = 1 0 a + 6 . This gives us a = 4 7 7 which isn't a valid digit.
Case 2: 1 down is 16, 2 across is 64. Let the unknown cell (top right corner) be a .
Because 2 down is "twice of 1 across", we get that 2 × ( 1 0 + a ) = 1 0 a + 4 . This gives us a = 2 , but 1 2 is not a prime number.
Case 3: 1 down is 36, 2 across is 64. Let the unknown cell (top right corner) be a .
Because 2 down is "twice of 1 across", we get that 2 × ( 3 0 + a ) = 1 0 a + 4 . This gives us a = 7 , and 7 4 is not a prime number.
Hence, only case 3 is valid. Thus, the sum of digits is 3 + 7 + 6 + 4 = 2 0 .