Why is there a 20 and not 21 in some versions of Planning Poker?

Posted by SuffixTreeMonkey on Programmers See other posts from Programmers or by SuffixTreeMonkey
Published on 2013-10-14T09:56:08Z Indexed on 2013/10/23 4:09 UTC
Read the original article Hit count: 186

Filed under:

In Planning Poker, cards usually contain numbers of the Fibonacci sequence, which is 0,1,1,2,3,5,8,13,21,34,55 etc.

However, you can see on the Wikipedia page (and this has been confirmed to me by people that work at several positions where Planning Poker is applied) in some editions the cards stray away from Fibonacci sequence after 13. They lower 21 to 20 and then continue with 40 and 100.

Is there some rationale on why these values have been changed, specifically 21 to 20?

(Also note that some other cards are added, such as ? and 1/2, but these are easier for me to understand, compared to the 21 -> 20 shift.)

© Programmers or respective owner

Related posts about agile