Brain Teasers Flashcards
Curveball questions with correct answers
Are you exhaling warm air?
.
Explain quantum electrodynamics in two minutes, starting now.
.
Given 20 ‘destructible’ light bulbs (which breaks at certain height), and a building with 100 floors, how do you determine the height that the light bulb breaks?
.
Given a dictionary of words, how do you calculate the anagrams for a new word?
.
Given the numbers 1 to 1,000, what is the minimum number of guesses needed to find a specific number, if you are given the hint ‘higher’ or ‘lower’ for each guess you make?
This is called binary search. Given an interval [a,b], your guess should be the middle element i.e. (𝑎+𝑏)/2 at each step. If your guess is right, then great! Otherwise, you should adjust your bounds of your current interval. If that specific number is “higher”, your new interval will be [(𝑎+𝑏)/2 +1,𝑏]. Similarly if it is “lower” then your new interval will be [𝑎,(𝑎+𝑏)/2−1]. You will keep guessing until the lower bound is greater than the upper bound, in other words, until your interval collapses.
How are M&M’s made?
.
How many ball bearings, each one inch in diameter, can fit inside a 747 aircraft?
.
How many bottles of beer are drank in the city over the week.
.
How many bricks are there in Shanghai? Consider only residential buildings.
.
How many cows are in Canada?
.
How many hair salons are there in Japan?
.
How many people are using Facebook in San Francisco at 2:30 pm on a Friday?
.
How many planes are currently flying over Kansas?
.
How many quarters would you need to reach the height of the Empire State building?
.
How many ridges are there around a quarter?
119 (they’re also called reeds)