Edit ‘quant_interview_questions’

This commit is contained in:
osmarks
2026-02-21 20:57:17 +00:00
committed by wikimind
parent 642e4c13a1
commit 862bd650b7

View File

@@ -95,7 +95,7 @@
* A group has 70 members. For any two members X and Y there is a language that X speaks but Y does not, and there is a language that Y speaks but X does not. At least how many different languages are spoken by the members of this group?
* An 8x8 chessboard can be entirely covered by 32 dominoes of size 2x1. Suppose we cut off two opposite corners of chess (i.e. two white blocks or two black blocks). Prove that now it is impossible to cover the remaining chessboard with 31 dominoes.
* There are 51 ants sitting on top of a square table with side length of 1. If you have a square card with side 1/5, can you put your card at a position on the table to guarantee that the card encompasses at least 3 ants?
* What is the minimum number of colors needed to paint the plane so no two points 1 unit apart share the color?
* What is the minimum number of colors needed to paint the plane so no two points 1 unit apart share a color?
* A bond prospectus states: “This bond will default if and only if its default cannot be proven in ZFC set theory.” What is the bonds credit rating?
* Assume 100 zombies are walking on a straight line, all moving with the same speed. Some are moving towards left, and some towards right. If a collision occurs between two zombies, they both reverse their direction. Initially all zombies are standing at 1 unit intervals. For every zombie, you can see whether it moves left or right. Can you predict the number of collisions?
* Two bullets are put into a gun's round barrel consecutively, which has capacity of 6. The gun is shot once, but no bullet is fired. Does rolling the barrel (shuffling) before next shot increase the probability of firing a bullet?