 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | 2025 plants are to be planted in a garden in such a way that each row contains as many plants as the number of rows. Find the number of rows and the number of plants in each row. | 
| Answer» Let there be total x rows Then columns will also be x According to question x*x=2025 x=45 Total number of rows and columns =45 | |