Table of Contents

Corning Community College

CSCS2330 Discrete Structures

~~TOC~~

Project: WEEKLY PUZZLE FUN (wpf5)

Part 1: 5x5 medium-level difficulty logic-grid puzzle

Objective

To apply your skills in the solving of a logic puzzle. We've now been through the gamut of resolutions on easy difficulty; this week we reset to 4×4 and up the difficulty to medium. You'll find the clues may reveal less direct things, but indirectly is where the connections will be made.

Grid-Based Puzzle Strategies

Some things to keep in mind when solving this type of puzzle:

Remember, keeping track of what has been eliminated is just as important as tracking what has been identified. A lot of trouble or “dead ends” have emerged when people were not keeping full inventory on grid box eliminations.

Please do endeavor to put forth original, honest effort in the solving of these puzzles, by hand; the process will help foster and solidify many analytical reasoning skills that will influence and improve your logic and programming skills. Improvements won't happen overnight, but through consistent practice, by the end of the semester you should start reaping the benefits of such an activity.

Puzzle Backstory

Curtis collects vintage pinball machines, and he's been looking at several currently for sale at his local game shop.

Puzzle

Clues

  1. Of the $2,500 machine and the machine released in 1976, one was made by Dow Games and the other is “Archer Quest”.
  2. “Bowling Alley” was made by Tarco Inc..
  3. “Voyager Hero”, the system made by Waverly Toys, and the $2,000 game are three different games.
  4. The system made by Arco came out 1 year after “Bowling Alley”.
  5. The $3,750 pinball machine came out 1 year before “Zany Circus”.
  6. The game released in 1976 doesn't cost $2,000.
  7. “Voyager Hero” came out 1 year after the system made by Pinnefore.
  8. The game made by Tarco Inc. came out sometime before “Archer Quest”.
  9. The game released in 1978 costs $6,400.

Part 2: Letter Division Puzzle

Objective

Logic grids are not the only form of logic puzzle; here is another one that relies heavily on logic and reasoning in order to sift through.

A letter division puzzle is one where the numbers 0-9 have been replaced with various letters of the alphabet; it is your task to determine what number each letter maps to, and report that to me in the project submission.

Letter Division Puzzle Strategies

Some things to keep in mind when solving this type of puzzle:

As I said: For this sort of problem, you will likely want to take notes; all the various little tests you concoct to prove or disprove some relationship can be important in the bigger picture. This may also take a bit longer and seem more overwhelming (especially at first), but really, it is just longhand math :) Remember to attack the problem in pieces, and not head-on all-at-once.

Practice some similar math problems to derive patterns so that the seemingly unfamiliar letters performing math can start to make more sense.

Puzzle

           RED
     +--------
DARE | ORDERED
      -OTHRS
       =====
        EHORE
       -HEDYE
        =====
         RRWSD
        -RYWWE
         =====
          EDHH
number 0 1 2 3 4 5 6 7 8 9
letter

Part 3: Easy Sudoku puzzle

Objective

With the logic grids you put your logic skills to the test, with the word math you math skills. Here, we will explore various other types of puzzles, often combining both logic and math skills to solve, but also exercising different aspects of your deduction/induction skills.

Puzzle

9 5 1 7 4
3 5 6
6 3 2 5
3 2 5 4 6
4 2
7 1 2 4 3
9 7 4 8
8 1 7
5 3 7 4 9

Enter numbers into the blank spaces so that each row, column and 3×3 box contains the full sequence of numbers 1 to 9.

Top row:

pos #0 pos #1 pos #2 pos #3 pos #4 pos #5 pos #6 pos #7 pos #8
9 5 1 7 4

Submission

To submit this weekly puzzle, simply run the submit line below; a submit-time questionnaire will collect your puzzle results.

Submit Tool Usage

When you have completed work on the project, and are ready to submit, you would do the following:

lab46:~/src/discrete/wpf$ submit discrete wpf5
Submitting discrete project "wpf5":

SUCCESSFULLY SUBMITTED
lab46:~/src/discrete/wpf$