Given n different objects,they have to be arranged in such a way that k objects won't occupy their initial position.How to solve this problem? For example,if n=7,k=3 how many permutations will we get so that exactly 3 objects won't occupy their initial position?