Here we should know :
a) Total access time = Seek Time + Rotational latency + Transfer time
b) Transfer time is decided by : Number of bytes / Transfer rate where Transfer rate is found using the fact that the data equivalent to track capacity is transferred in 1 rotation.
As data to be transferred = 1500 B which is greater than track capacity which is given as 1000 B , so all data is not in the same track , so the disk arm needs to move at least once , so at least 1 seek time is involved.
Given seek time = 15 ms
Average rotational latency = 1/2 * 1 Rotation time = 0.5 rotation time
For transfer time , we know in 1 rotation time , number of bytes that can be transferred = 1000 B
So number of rotation times needed for transfer of 1500 B = 1.5 rotation times
Hence rotational latency + transfer time = 2 rotation times.
Now given ,
Number of rotations in 1 s = 1500
Hence time taken for 1 rotation = 1 / 1500 s = 1000 / 1500 ms
Hence time taken for 2 rotations = 2000 / 1500 ms
= 1.33 ms
Hence rotational latency + transfer time = 1.33 ms
Thus ,
Total delay = Seek time + Rotational latency + Transfer time
= 15 + 1.33
= 16.33 ms
Hence A) should be the correct option .