Inverse of Initial Permutation is nothing but saying the index of an element in array, this is the last step in DES while generating cipher text
now for IP= 45613702
Create a new array arr
arr[0]=>index of 0 in IP=>6
arr[1]=>index of 1 in IP=>3
similarly if we proceed we get Option D.