@Bikram sir, shouldnt the answer be 8 ??
with 4 elements i.e. {P,Q,R,S}, the number of combinations possible are 24 i.e. 16. Now from these 16 exclude o length and 1 length elements. thus 16-5 = 11. now with the length of 2 two combinations are not candidate keys i.e. PR and QS. So subtract these 2 also.
Hence 11-2 i.e. 9 are the candidate keys
No need to take others as they are repeated. You can take any one of them, just ensure that you have not taken them two times.