 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | There are 2401 students in a school. P.T. teacher wants them to stand in rows and columns such that the number of rows is equal to the number of columns. Find the number of rows. | 
| Answer» Let the total number of rows be x Then total number of columns be x According to Question x*x=2401 x=49 students Total number of rows are 49. | |