Skip to main content

All Questions

7 votes
2 answers
7k views

Lights Out Variant: Flipping the whole row and column.

So I found this puzzle similar to Lights Out, if any of you have ever played that. Basically the puzzle works in a grid of lights like so: 1 0 0 00 0 0 00 1 0 0 0 0 1 0 When you selected a light (...
Numeri's user avatar
  • 194
20 votes
3 answers
1k views

Finding the Robot [closed]

There are five boxes in a row. There is robot in any one of these five boxes. Every morning I can open and check a box (one only). In the night, the robot moves to an adjacent box. It is compulsory ...
Adwait Kumar's user avatar
4 votes
1 answer
380 views

What is the minimum number of squares to be drawn on a paper in order to obtain an 8x8 table divided into 64 unit squares? [closed]

What is the minimum number of squares to be drawn on a paper in order to obtain an $8\times8$ table divided into $64$ unit squares. Notes: -The squares to be drawn can be of any size. -There ...
Guest47812's user avatar
13 votes
3 answers
2k views

Deducing correct answers from multiple choice exams

I am looking for an algorithmic way to solve the following problem. Problem Say we are given a multiple choice test with 100 questions, 4 answers per question (exactly one of those four being ...
knedlsepp's user avatar
  • 346
9 votes
2 answers
6k views

Numbering edges of a cube from 1 to 12 such that sum of edges on any face is equal

Assign one number from 1 to 12 to each edge of a cube (without repetition) such that the sum of the numbers assigned to the edges of any face of the cube is the same. I tried a bunch of equations but ...
brahmana's user avatar
  • 193
6 votes
2 answers
3k views

Jugs of Water Puzzle: Minimum Number of Operations

PUZZLE. Given two water jugs with capacities $a, b \in \mathbb{N}$, the goal is to measure exactly $c$ units of water only performing the following operations: fill one of the jugs to it's capacity ...
neutron-byte's user avatar
5 votes
2 answers
473 views

Coin weighing to find similar-weight sets

There are $n$ coins. You have a scale that, between two sets of coins, tells you which set is heavier, or if they are equal. What is the worst-case minimum number of weighings after which you can ...
pi66's user avatar
  • 7,194
2 votes
1 answer
412 views

Explanation of Freeman Dyson's solution of the counterfeit coin problem

Freeman Dyson's paper, The problem of the pennies Math. Gaz., 30 (1946) 231-234, offers a solution to a counterfeit coin detection problem. I quote his solution of one case as follows. I would ...
Hans's user avatar
  • 9,927
1 vote
2 answers
195 views

Finding the maximum value of elements to be selected in a grid - ZIO $2009$, P$1$

Hello Community! The above problem you see is a problem I got wrong. :( This is ZIO $2009$, P$1$. I tried the problem and miserably found the wrong answer as $20$. Here is how my approach goes - part ...
Vasu090's user avatar
  • 779
0 votes
0 answers
22 views

Minimizing the number of operations of subtracting one so as to get to $0$ [duplicate]

Hello Community! The above problem you see is a combinatorics problem, more like an algorithmic problem that I could not solve. :( This problem requires that every child gets satisfied. In brief ...
Vasu090's user avatar
  • 779