Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ What if, instead assigning 1s and 0s, we had 33 'Yes' or 'No' general questions

The perfect set of questions will be notoriously difficult to produce. Every question will have to almost exactly divide the population between 'Yes' and 'No', as well as being completely independent of all other questions.

(technically, we can ask *conditional* questions such as, "Are you below the median age *given* your gender?".
in such a scenario, we still have 20 questions, they are not independent, rather, the sequence matters,
yet, with each subsequent question, the population is divided by an additional factor of 2,
so we still only need 20 questions.)


As an example, having both the questions *"Are you male?"* and *"Are you below the median age?"* will not work because there are more females above the median age than men. Separately they might divide the population, but together they will not split the population into 4 group of 25% as required.


Expand Down