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

Seeds on the Outside

What fruit has seeds on the outside?

A strawberry.

Posted in Riddles

Turn Two Into Five

How do you turn 2 into 5?

Turn it upside down and look at it in a mirror.

Posted in Brain Teasers

A Game of Cards

In a game of cards, GEORGE partnered with MARY, while TED had to choose a partner. He could have chosen ANN, EDNA, JOAN or ANGELA. Whom did he choose and why?

ANN. If you give each letter a number according to its position in the alphabet:
TED = 20 + 5 + 4 = 29
ANN = 1 + 14 + 14 = 29

(George and Mary each add to 57)

Posted in Brain Teasers

Twenty from Three 3s

What’s the simplest way to make 20 using only three 3s (no other digits) and a combination of mathematical operations using any of these symbols?

+ – × / ^ ! √ . ()

(3 + 3) / .3 = 20

Posted in Brain Teasers

Which Is The Odd Word Out?

Which of the following words is the odd one out?

Chocolate
Biscuit
Lemonade
Jelly
Cake

Lemonade. It’s the only drink in the list.

Posted in Brain Teasers

Forward I’m Heavy

Forward I’m heavy, but backwards I’m not. What am I?

Ton.

Posted in Riddles

Two Tons

If you had a ton of feathers and a ton of stones which would be heavier?

Neither. A ton is a ton, no matter what it’s made up of, and they both weigh a ton.

Posted in Brain Teasers

Soldiers Line Up Spaced With Pride

Soldiers line up, spaced with pride,
Two long rows lined side by side,
One sole unit can decide,
If the rows will unite or divide.

What am I?

A zipper.

Posted in Riddles
Tagged with

Two Three Four Fifteen

What is the missing number?

2 3 4 15 12
3 4 5 28 20
4 5 6 45 30
5 6 7 66 42
6 7 8 ?? 56

91. To get the number in the fourth column, you add the numbers in column 1 and 2, then multiply by the number in column 2. f(n,m) = (n + m) * m
For example, f(2,3) = (2 + 3) * 3 = 15. Thus f(6,7) = (6 + 7) * 7 = 91

Posted in Brain Teasers
Tagged with