How do you simplify #52\div 16\cdot ( 1+ 1)#?
2 Answers
Explanation:
Order of Operations:
Parenthesis/Brackets, Exponents, Multiplication/Division, Addition/Subtraction or otherwise known as BEDMAS or PEDMAS. Whatever you choose, they mean the same things.
First thing to do here is to here is to solve the things in parenthesis.
Then, do Multiplication and Division from Left to Right.
It depends...
Explanation:
Given:
#52 -: 16*(1+1)#
Parentheses always enforce order of operations, so we might as well evaluate the content of the parentheses first to get:
#52 -: 16 * 2#
There are essentially two choices here: to perform the division first or the multiplication.
Which is correct?
Interpretation 1 - PEMDAS, BIDMAS or BODMAS
In PEMDAS and similar conventions, multiplication and division have the same priority and are evaluated left to right.
So in our example, we would perform the division first and the multiplication second, simply working from left to right:
#52 -: 16 * 2 = 52/16 * 2 = 13/4 * 2 = 13/2#
Interpretation 2 - Historical
Historically the obelus
#52 -: 16 * 2 = 52/(16 * 2) = 52/32 = 13/8#
But which is right?
Conventions for order of operations are intended to help disambiguate otherwise ambiguous expressions, but that will only work if the writer and the reader both understand the conventions in use.
In the given example, we have not been asked to used PEMDAS or similar. The writer may have had some other convention in mind.
In practice, it would be better for the writer to use more parentheses to avoid ambiguity, unless the conventions in use are well understood.