
David W. answered 02/20/16
Tutor
4.7
(90)
Experienced Prof
Let's use mnemonic variables (but use R for orange to avoid confusion with 0).
Let:
R = weight of an orange
B = weight of a banana
C = weight of a cherry
Translate:
"the orange and the banana weigh 130 g" means R + B = 130 (eq1)
"the banana and the cherry weigh 110 g" means B + C = 110 (eq2)
"the orange and the cherry weigh 80 g" means R + C = 80 (eq3)
"can you find the weight of all the three fruits together?"
Simply add the equations together and find (R+B+C):
R + B = 130
B + C = 110
R + C = 80
---------------------------
2R + 2B + 2C = 320
2(R+B+C) = 320 (distributive property)
R+B+C = 160 g
"Now try to find the weight of each fruit"
Simply subtract the appropriate equation to eliminate the other variables:
To find R:
R + B + C = 160
B + C = 110 (eq2)
---------------------
R = 50g
To find B:
R + B + C = 160
R + C = 80 (eq3)
------------------------
B = 80g
To find C:
R + B + C = 160
R + B = 130 (eq1)
------------------------
C = 30g
Checking is important:
Is (eq1) R+B = 130 ?
50+80 = 130 ?
130 = 130 ?yes
Is (eq2) B+C=110 ?
80+30 = 110 ?
110 = 110 ?yes
Is (eq3) R+C = 80 ?
50+30 = 80 ?
80 = 80 ?yes