84.3k views
5 votes
The students of three sections of a class have to stand n rows. Each row have equal number of students. If there are 36, 40 and 48 students are in three sections. Find the maximum number of students in each rows.

2 Answers

5 votes

Answer:

Explanation:

Let's call the maximum number of students in each row "r". To find this value, we need to divide the total number of students by the number of rows. To ensure that all the students can fit into the rows, the number of students in each section must be divisible by the number of rows.

First, we find the least common multiple (LCM) of the number of students in each section, which will be the total number of students if we arrange them in the same number of rows. The LCM of 36, 40, and 48 is 240.

Next, we divide the LCM by the number of students in each section to find the number of rows:

r = LCM / 36 = 240 / 36= 6.67 (rounded down to 6)

So, the maximum number of students that can be in each row is 24

User Sandeep Dixit
by
7.8k points
3 votes

Answer:

24

Explanation:

The total number of students in the three sections is 36 + 40 + 48 = 124.

To find the maximum number of students in each row, we need to divide the total number of students by the number of rows, rounded down to the nearest integer.

Let's call the maximum number of students in each row "x". Then, we can write the equation:

x * n = 124

To find the maximum value of x, we need to find the maximum value of n such that the result of x * n is less than or equal to 124.

Starting with n = 1, we can increment n and calculate x for each value of n until x * n is greater than 124.

For n = 1, x * n = 124, so x = 124.

For n = 2, x * n = 62, so x = 62.

For n = 3, x * n = 41, so x = 41.

For n = 4, x * n = 31, so x = 31.

For n = 5, x * n = 24.8, which is not an integer, so we round down to 24.

Therefore, the maximum number of students in each row is 24, with a total of 5 rows.