Rahul Sanapala
Last Activity: 5 Years ago
Let us suppose basket 1 has 15 apples and each apple is represented with “a” then
basket number 1 apples can be represented as “15a”
Let us suppose basket 2 has 10 mangoes and each mango is represented with “m” then
basket number 2 mangoes can be represented as “10m”
The basket number3 now contains basket number 1 apples + basket number 2 mangoes.
This should be represented as 15a+10m.
Hope that helps. Cheers :)