InterviewSolution
Saved Bookmarks
| 1. |
In a row of students, one student is tenth from either end of the row. How many students are there in the row?1. 222. 193. 204. 16 |
|
Answer» Correct Answer - Option 2 : 19 Total number of student = No of student from left + No of student from right - 1 In a row of students, one student is tenth from either end of the row. Then total number of student = 10 + 10 - 1 = 20 - 1 Then total number of student = 19 Hence, "19" is the correct answer. |
|