InterviewSolution
Saved Bookmarks
| 1. |
There Are Two Examinations Rooms A And B. If 10 Students Are Sent From A To B, Then The Number Of Students In Each Room Is The Same. If 20 Candidates Are Sent From B To A, Then The Number Of Students In A Is Double The Number Of Students In B. The Number Of Students In Room A Is? |
|
Answer» Let the number of STUDENTS in ROOMS A and B be x and y respectively. Then, x - 10 = y + 10 x - y = 20 .... (i) and x + 20 = 2(y - 20) x - 2y = -60 .... (ii) Solving (i) and (ii) we get: x = 100 , y = 80. The required answer A = 100. Let the number of students in rooms A and B be x and y respectively. Then, x - 10 = y + 10 x - y = 20 .... (i) and x + 20 = 2(y - 20) x - 2y = -60 .... (ii) Solving (i) and (ii) we get: x = 100 , y = 80. The required answer A = 100. |
|