So, I thank everyone who replied. I've read more on this subject than i'd care to admit. I came across a blog by a Physicist who had also noticed the same thing. He asked Chatgpt why, and this is what Chatgpt said...
"4️⃣ Why numeric and symbolic differ
Numeric input: WA uses a calculator-style left-to-right evaluation: 6 ÷ 2 × 3 = 9
Symbolic input: WA uses algebraic conventions: a ÷ bc = a ÷ (b*c) = 1
So the difference comes from “numeric calculator rules vs algebraic coefficient rules.”
This seems to be what i was wanting to know.
Thanks.