This formula, as explained on this article, is wrong:
Database reads Multiply the 60 messages per day by 0.0048, which results in 0.288. Next, take the amount of database cache per mailbox (4.66 MB) to the -0.65th power (5 ^ -0.65), which results in 0.3622. Finally, multiply the two figures, which results in 0.104 database reads per user (0.288 × 0.3622 = 0.104).
In fact, he is taking the value 0,288 to the -0,65th power, not the amount of database cache per mailbox.
The same error appear on the Exchange team blog, and in fact, over there, there are two errors, the error just explained and also they are using 4,77 instead of 4,66 for the cache per mailbox value.
regards!!!!