Skip navigation

Logical Puzzle - 20 Apr 2006

Solution to March's Puzzle: Cards Facing Up


In last month's puzzle (submitted by SQL Server MVP Steve Kass), you had a deck of 52 cards, faces down.You turned over 7 of the cards so that they were face up, then shuffled them into the rest of the deck. Your challenge—while blindfolded—was to separate the cards into two piles such that each pile contained the same number of cards facing up.

This puzzle is mathematical in nature. Split the deck into two, such that the left pile contains 7 cards and the right pile has the remaining 45 cards. The left deck contains a certain number of cards facing up (call it n), and the right deck contains the rest of the face-up cards (7 - n).The solution is to turn over all the cards in the left deck. Because the left deck had 7 - n cards facing down, when you turn them all over, you're left with a deck containing 7 - n cards facing up. Now, both decks contain 7 - n cards facing up.

May's Puzzle: Basic Arithmetic


Thanks to Denis Gobo for this month's arithmetic-themed puzzle. Given the integers 3, 4, 5, and 6, and the basic arithmetic operators: +, -,×, ÷ and parentheses, you need to come up with an expression that evaluates to 28. You can use each number only once and each operator only once.

TAGS: SQL
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish