GOOGLE, you know the search engine, I found LOTS of articles on the subject.
Here is an excerpt of one of them..
I found a formula and tweaked it a bit so that it fits our needs:
(TOTAL IOps × % READ)+ ((TOTAL IOps × % WRITE) ×RAID Penalty)
So for RAID-5 and for instance a VM which produces 1000 IOps and has
40% reads and 60% writes:
(1000 x 0.4) + ((1000 x 0.6) x 4) = 400 + 2400 = 2800 IO’s
The 1000 IOps this VM produces actually results in 2800 IO’s on the
backend of the array, this makes you think doesn’t it?
http://www.yellow-bricks.com/2009/12/23/iops/
If you spend just a few minutes you can figure this out for yourself. We don't necessarily keep all this stuff in our heads either, but we are resourceful enough to find the answer for ourselves.