• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

not to overthink

radosr

Baruch MFE Faculty
Joined
7/18/07
Messages
660
Points
73
First, you are blindfolded, then given a deck of cards in which 23 of the cards have been flipped up, then inserted into the deck randomly (you know this). You are not allowed to take the blindfold off, however you are asked to split the deck into two stacks such that both stacks have the same number of cards that are flipped up. You are allowed to flip as many cards as you please. How?
 
how about this: you split the deck into 2 piles: one has 23 cards and the other has 29 cards. Then you flip the pile of 23 cards upside down?
 
Back
Top