 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | If `13 -= 3` (mod p), then p can beA. 2B. 5C. 10D. All of these | 
| Answer» Correct Answer - D Given `13-=3` (mod p) `rArr 13 - 3` is divisible by p `rArr 10` is divisible by p i.e., p is a factor of 10. `:.` p = 1, 2 5 or 10 `:.` All the options are true. | |