Cowboy Corral

Two cowboys live next door to each other and both have a corral for their cows in the back. One day they meet at the back of their homes, standing next to a wall dividing their corrals. The first cowboy gets to thinking and asks his neighbor for a cow so he can double his herd. The other cowboys replies, “That’s fine by me partner, cuz then we’ll have the same number of cows?” How many cows does each cowboy own?

We’ll use A to represent the first cowboy and B for the second cowboy.

A + 1 = 2A, so A = 1.
A + 1 = B – 1, so B = 3.

Posted in Brain Teasers

Count to A

If you were to spell out the numbers, how far would you have to go before encountering the letter A?

One thousand (or one hundred and one, depending on how you pronounce it).

Posted in Brain Teasers

Fewest Queens For Full Attack

What is the smallest number of queens required on a chess board to attack all squares?

5. To see where they need to be placed, check out the diagram on Wolfram’s Queens Problem page.

Posted in Brain Teasers

The Color of Clouds

First, think of the color of clouds. Next think of the color of snow. Last, think of the color of the moon. Now, what do cows drink?

Water. If the teaser worked, you guessed milk.

Posted in Brain Teasers

Spell Eighty

How can you spell eighty with only two letters?

A-T (pronounced eighty).

Posted in Brain Teasers

Two Two Four Sequence

What number comes next?

2, 2, 4, 12, 48, ___

240. To get the number, multiply the previous number in the series by its position. 48 is in the 5th position, so 48 × 5 = 240

Posted in Brain Teasers
Tagged with

A Home But No Family

I have an end but no beginning, a home but no family, a space without room. I never speak but there is no word I cannot make. What am I?

A keyboard.

Posted in Riddles

Kevlar, Fire Escapes and Wipers, Oh My!

What do computer compilers, kevlar, fire escapes and windshield wipers all have in common?

They were all invented by women.

A variation of this brain teaser includes laser printers (they were invented by Gary Starkweather) and bulletproof vests (invented by Casimir Zeglen using silk, though modern vests use Kevlar, so it’s halfway right).

Posted in Brain Teasers

I Have Four Pairs of Letters

I have four pairs of letters,
Leaving two to stand alone.
You’re often doing the opposite,
When playing on your phone.

I help you get things done,
With one big caveat,
If taken to extremes,
I could make you fat.

What am I?

Efficiency. Being efficient helps you get things done, but if you’re extremely efficient with your tasks you get less exercise.

Posted in Riddles
Tagged with

What is the First Number of the Sequence?

If a number in a numeric sequence is 17 and the second number is 3, what is the first number?

I hesitated to add this because it’s poorly worded, ambiguous and the answer could be almost anything. I prefer teasers with a single answer, but there you go.

If you came up with a different answer and can explain how you did it, don’t think you’re wrong. It’s probably just as valid. Feel free to share yours in the comments.

My answer for the first number is 2.

Here’s how I got it.

The generic rule for a number in the sequence is: 2^(n – 1) + 1, where n is the position in the sequence.

Note: The teaser doesn’t specify the position of 17. In this case, it’s fifth.

Position 1: (so n = 1) is 2^(1 – 1) + 1 = 2

Position 2: 2^(2 – 1) + 1 = 3

Position 3: 2^(3 – 1) + 1 = 5

Position 4: 2^(4 – 1) + 1 = 9

Position 5: 2^(5 – 1) + 1 = 17

For the curious, the next 5 numbers of the sequence would be:

Position 6: 2^(6 – 1) + 1 = 33

Position 7: 2^(7 – 1) + 1 = 65

Position 8: 2^(8 – 1) + 1 = 129

Position 9: 2^(9 – 1) + 1 = 257

Position 10: 2^(10 – 1) + 1 = 513

Posted in Brain Teasers