You cannot simply multiply the disk size by the ideal number of cell rewrites and predict real-life SSD lifespan. This is not how things work in real life.
The actual amount of data physically written to an SSD is almost always (sometimes several times) bigger than the logical amount to be written. You simply can't write 1 logical byte to the SSD and expect only 1 byte will be physically written. (This is due to the complex internal structure of the SSD storage media: the possibilities of grouping and addressing of its cells.)
This phenomenon is called
Write Amplification. Additional big companion topics are
Wear Leveling, Garbage Collection, and TRIMming. This is why SSD life prediction is a nontrivial and very complex thing.
Also, the amount of available free space can significantly affect real-life SSD lifespan (due to things mentioned above), so I advise always to keep an eye on the amount of free space and don't drop it below 10 %.
Additionally, it is highly unlikely that the current Apple SSDs support 3000 P/E cycles count per cell, most probably they internally based on some kind of TLC 3D NAND and support 1000-1200 P/E cycles per cell.