I have discovered KenKen puzzles and enjoy them a lot but the more complex puzzles (9 x 9 grid) require a lot of time to solve. It would help if there were an app that would show all the possible integer solutions to an equation using only the integers 1 to 9.
For example, if I input the equation x+y+z=10,
the app would give the following results:
7,2,1
5,4,1
6,3,1
6,2,2
8,1,1
5,3,2
4,4,2
(Just doing the math in my head, may have missed a possible solution.)
If I input x*y*z=12,
the app would give:
6,2,1
4,3,1
Any takers? Or if such an app already exists, please point me to it.
-- Arthur