Table of Contents

Corning Community College

CSCS2330 Discrete Structures

Project: WEEKLY PUZZLE FUN (wpf7)

Part 1: 7x7 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. 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

Barry's Deli has a bunch of orders to fill.

Puzzle

Clues

  1. Omar's order costs $7.75.
  2. Ronda's order is either the sandwich with bologna or the order with roast beef.
  3. The order with roast beef costs less than the order with salami.
  4. Neither the $7.75 sandwich nor Greg's sandwich is the order with muenster cheese.
  5. Of the sandwich with salami and the sandwich with havarti cheese, one is Ronda's and the other costs $6.75.
  6. The order with salami includes gouda cheese.
  7. The order with provolone cheese costs less than the order with roast beef.
  8. Yolanda's order doesn't include ham.
  9. Ronda's order costs $8.75.
  10. Of the sandwich with muenster cheese and Verna's order, one includes prosciutto and the other costs $2.75.
  11. Of the $2.75 sandwich and the order with ham, one is Kenneth's and the other includes cheddar cheese.
  12. The order with liverwurst costs 3 dollars more than the order with cheddar cheese.
  13. The sandwich with colby jack cheese, Greg's sandwich, the sandwich with gouda cheese and the sandwich with ham are all different sandwiches.

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

              LACK
        +---------
  SKILL | MISCASTS
         -SKILL
          =====
          LATALS
         -LBHKAA
          ======
           LTIHCT
          -LMKLCC
           ======
            ACTBSS
           -ALTTKK
            ======
             LHALL
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

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

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
8 4 1 6 5

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 wpf7
Submitting discrete project "wpf7":

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