Corning Community College
CSCS2330 Discrete Structures
~~TOC~~
To apply your skills in the solving of a logic puzzle.
A team of computer programmers have built a new chess game which they have successfully tested against a range of top-ranked players - not a single human player could beat it!
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 word math 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.
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. This may also take a bit longer and seem more overwhelming, 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.
COB +--------- SCUBA | NUISANCE - EAOUC ----- LEIBC -BSSSL ----- NBOCAE -NALIOS ------ CEOB
number | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
---|---|---|---|---|---|---|---|---|---|---|
letter |
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.
9 | 7 | 1 | ||||||||
1 | 6 | |||||||||
4 | 3 | 8 | 7 | |||||||
1 | 2 | 7 | ||||||||
4 | 6 | 3 | 9 | |||||||
9 | 2 | 8 | ||||||||
9 | 5 | 6 | 1 | |||||||
9 | 7 | |||||||||
2 | 7 | 6 |
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 | 7 | 1 |
To submit this weekly puzzle, simply run the submit line below; a submit-time questionnaire will collect your puzzle results.
When you have completed work on the project, and are ready to submit, you would do the following:
lab46:~/src/discrete/wpf$ submit discrete wpfC Submitting discrete project "wpfC": SUCCESSFULLY SUBMITTED lab46:~/src/discrete/wpf$