Logical Puzzle - 20 Apr 2006

Given a few integers and some basic arithmetic operators, you need to come up with an expression that evaluates to 28. Can you do it?

Itzik Ben-Gan

April 19, 2006

1 Min Read
ITPro Today logo in a gray background | ITPro Today

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.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like