ayakik
I got this right based on intuition, but I'm having a difficult time trying to set up a formula, and I'm worried that I would get this wrong if the wording was more complex. Since it's 1:3/4 apples to oranges, I saw that we could divide 10 by 3/4 to get the equivalent number of oranges. Is there any other way to explain the set up? Is it because it's 1 apple/ per 3/4 oranges = 1/(3/4) = 4/3? I would really appreciate any guidance.
Bunuel KarishmaB avigutmanWe need to find the number of crates of oranges which are equivalent to 10 crates of apples (leftover weight)
Total weight of orange crates to be loaded = total weight of 10 crates of apples
No of orange crates * weight of orange crates = 10 * weight of apple crates
If the weight of an apple crate is w, the weight of an orange crate is (3/4)w.
No of orange crates * (3/4)w = 10 * w
No of orange crates = 40/3 = 13.33 so 13
Note that we do not need to go through this entire process to get the answer. Consider that the total weight of orange crates will be the same as the weight of 10 crates of apples. So if the weight of each crate of orange is (3/4)th, you can take (4/3) more orange crates i.e. you can take 10 * (4/3) = 13 orange crates.
I like to imagine this equation:
Number1 * weight1 = Number2 * weight2
If
\(Number1 * weight1 = Number2 * \frac{3}{4} * weight1\)
then
\(Number1 * weight1 = \frac{4}{3} * Number1 * \frac{3}{4} * weight1\)