how many songs with an average of 3MB can be stored on a drive with 1.5 terabytes of data?
Binary sufexes are (should be) used in these calculations
(1.5×240)(3×220)=524288
A terabyte has 10^12 bytes.
A megabyte has 10^6 bytes.
(1.5 x 10^12) ÷ (3 x 10^6) = (1.5 ÷ 3) x (10^12 ÷ 10^6) = (0.5) x (10^6) = 5 x 10^5
1.5 terabytes = 1.5 x 1012 bytes
3 megabytes = 3 x 106 bytes
So....... (1.5 x 1012 ) / (3 x 106 ) = about 500,000 songs