InterviewSolution
Saved Bookmarks
| 1. |
Statement : For ` n=3,l` may be ` 0,1` and ` 2,` and m may be` 0, +- 1` and `+- 2`. Explanation : For each value of (n) there are ` 0` to ( n-1) possible values of `l ,` and for each value of `l` there are (0) to ` +- l` values of (m).A. If both (A) and (R) are correct and (R) is the correct reason for (A).B. If both (A) and (R) are correct but (R) is not the correct explanation for (A).C. If (A) is correct but (R) is incorrect.D. If (A) is incorrect but (R) is correct. |
| Answer» Correct Answer - C | |