Imagine that you wanted to calculate $3+4\cdot2$. The most logical thing might be to read from left to right, just like you do when you read a book. Let's try it! The first number is just a three: $$3$$Then we have plus four:$$3 + 4 = 7$$And finally, we have that result times two:$$7\cdot2 = 14$$So it seems that $3+4\cdot2 = 14$. But this is not the only way of doing it. We could read from right to left instead. After all, some languages are written that way. In that case the first number in $3+4\cdot2$ is a two: $$2$$And then we multiply by four:$$4\cdot2 = 8$$And finally, the result plus three:$$8+3 = 11$$So $3+4\cdot2 = 11$. But that can't be right! Before we had $3+4\cdot2 = 14$! It can't be equal to both $11$ and $14$ at the same time. To fix this, we have to decide which method we mean when we write things like $3+4\cdot2$. Moreover, everyone has to use the same method. Imagine how confusing it would be if people did this differently. They would be speaking completely different languages.
Before we move on to the rule for calculation I want to explain why we get different answers to begin with. (Skip this part if it doesn't make sense).
I shall try to illustrate the two different ways of calculating $2+1\cdot3$.
Left to right. First we take two plus one:
Then all that times three:
But in ``right to left", $2+1\cdot3$ is one times three:
And then plus two:
You could say that in ``right to left" the $2$ does not get the effect of the multiplication.