In my view the expression of 6/2(1+2) is poorly formed, and ideally avoided on the ground of clarity and error prevention. Mistakes happen, and when writing something out you should do so in a way that avoids as many potential errors as practically possible. I know some people would argue that it shouldn't matter as only stupid people would get it wrong by not following proper left-right forms, but I would say that only stupid people would try to mix metric and imperial units without converting, and yet we apparently let such people launch stuff into space... Accidents happen, so why not take a little more time and write things in a cleaner notation?
However the implied multiplication trumping standard division and multiplication in ordering is something that I've seen as expected with some engineering formulas. Usually ones from back in the day when everything was being done by hand, and all the engineers I've worked with generally avoid such forms for the reason I stated above.
The formula would have been constant of six divided by two times your variable. 6 over 2x. 2x being the value by which you are dividing six, not the multiplying the variable by six over two. (And usually there would be no reason to write it as (a/b)*x, where a and b are constants because you would have simplified constants when writing out the formula. You're doing all this by hand and reusing that formula in piles of calculations, so you are going to want to get as much work done with it ahead of time as you can unless you have some very good reason not to.)
As a lazy short hand it makes sense within the field, and I've caught myself using it from time to time over the years when scribbling out notes. (I see it as a bad habit.)
This is an example of why having conventions documents are a good thing. Clearly lay out the standards and expectations of communications on a project right at the get go, even if they're the same ones you've been using on all of your projects and are considered 'industry standards'. It is easy to copy and paste old boiler plate content, and one day it might save you or someone else some massive headaches if anyone familiar with some other concept of a standard or convention ever ends up having some involvement with your project.