I always thought division and multiplication have the same order of operation, so it does not matter which of these you do first. But in helping a young student with her math I realized that it does matter.
Example 1: 8 x 5 / 10.
Multiplication first: = 40 / 10 = 4
Division first: = 8 x 1/2 = 4
Example 2: 6 / 2 * 4
Multiplication first: = 6 / 8 = 3/4
Division first: = 3 * 4 = 12
Trying to find an answer to this I found 2 mnemonics:
BODMAS (which seems to say division first)

and PEMDAS (which seems to say multiplication first)

I would appreciate some clarification here.