5
You have bought 50 apples and 60 mangoes from the shop to be distributed
among friends Find the maximum number of friends to whom you can divide the
fruits evenly. (Note Draw factor trees for solution).
(03 Marks
Answers
Answer:
What is the maximum number of people among whom 540 oranges, 450 apples, and 630 bananas can be distributed in such a way that number of oranges, apples, and bananas remain the same?
Learn coding and get placed at top tech companies!
For this, you need to find the HCF of the given numbers 540, 450 and 630.
It’s easy to see that the HCF is 90.
Now when there are 90 people, each one would get 6 Oranges, each one would get 5 Apples and each one would get 7 Bananas.
If you try to go beyond 90 then in some or all cases, either you would require to divide the fruits or there would be uneven distribution i. e. some would get ‘x’ Oranges whereas few others would get ‘y’ Oranges if we are not giving fractional fruits.
So finding the HCF (aka GCD) is the key and that’s the answer!
Step-by-step explanation:
please mark as brilliant ans
Answer:
What is the maximum number of people among whom 540 oranges, 450 apples, and 630 bananas can be distributed in such a way that number of oranges, apples, and bananas remain the same?
Learn coding and get placed at top tech companies!
For this, you need to find the HCF of the given numbers 540, 450 and 630.
It’s easy to see that the HCF is 90.
Now when there are 90 people, each one would get 6 Oranges, each one would get 5 Apples and each one would get 7 Bananas.
If you try to go beyond 90 then in some or all cases, either you would require to divide the fruits or there would be uneven distribution i. e. some would get ‘x’ Oranges whereas few others would get ‘y’ Oranges if we are not giving fractional fruits.
So finding the HCF (aka GCD) is the key and that’s the answer!
Step-by-step explanation:
please mark as brilliant ans
Step-by-step explanation: