I don't understand how distributive property works in case like this:
$(x_1 \cdot y_1) + (x_2 \cdot y_2) + (x_3 \cdot y_3) + \dots + (x_n \cdot y_n)$
So, how do I calculate this differently? I want to calculate $x$'s and $y$'s separately.
I know this:
$ 2 \cdot ( 5 + 3 ) = ( 2 \cdot 5 ) + ( 2 \cdot 3 ) $
but why it doesn't work here:
$ 2 + ( 5 \cdot 3 ) \ne ( 2 \cdot 5 ) + ( 2 \cdot 3 ) $
I hope I'm explaining this right. I'm $11$. Can you explain how this works in simple words? thank you.