InterviewSolution
Saved Bookmarks
| 1. |
In an army camp soldiers are standing in such a way that the number of rows are equal to the number of soldiers in each row. If the total number of soldiers are 784, then find the number of soldiers in each row.1. 282. 183. 324. 22 |
|
Answer» Correct Answer - Option 1 : 28 Given- Total number of soldiers = 784 Concept Used- Concept of square root Calculation- Let the total number of rows and number of soldiers in each row be x Total number of soldiers = x × x According to the question - x2 = 784 x = √784 x = 28 ∴ Number of soldiers in each row is 28 |
|