overview
This page redefines the precedence order in arithmetics with PEMA or BOMA. As part of fractions, the revised version is in handling division -- handle division as inverse of multiplication.
recap
Numerical expressions of fractions are simplified with the following rules.
• Precedence order BODMAS / PEMDAS
• Left to Right sequence for same precedence
The sequence order specified is not desirable. If the sequence order is to be strictly followed, then some problems require unnecessary computation.
has to be simplified to , which involves two steps.
has to be simplified to , which involve two steps.
As part of studies on integers, the expressions involving subtraction are analyzed and the rules of simplification are redefined. A subtraction is modified to addition of inverse of subtrahend. This was explained in the course on integers.
As part of studies on fractions, the expressions involving division are analyzed and the rules of simplification are redefined.
division redefined
Numerical expressions involving division are simplified with the redefined rule
• division is the inverse of multiplication. And, all divisions are converted to multiplication of reciprocal of divisor.
• Expression is simplified using precedence order PEMA.
That is, Parentheses, Exponents (which are not introduced yet), Multiplication, and Addition.
Note, the precedence order PEMA does not have subtraction and division, as
• the subtractions are converted into addition of additive inverse.
• the divisions are converted into multiplication of multiplicative inverse.
The advantage of this is explained in this simple example.
convert the division to multiplication.
No need to follow the sequence order. Since all are multiplication, add any number to any other in the sequence that suits.
example
Simplify .
Note that it has which equals product of and .
This can be solved in two ways
First :
Second :
Note that the flexibility to change the order of operation can be an advantage in calculations.
change starts with you
There are good reasons to adapt to PEMA. Students at 6th or 7th grade level may skip this explanation.
When learning properties of numbers, we learn the commutative property of multiplication. . But the division does not follow the commutative property. What this means is, the order of arithmetic operations cannot be modified to simplify the problem. The redefined precedence order PEMA converts the division into multiplication and allows commutative property to be used to ones advantage.
Another property of numbers is associative property of multiplication. . But the division does not follow the associative property. What this means is, the sequence of arithmetic operations cannot be modified to simplify the problem. The redefined precedence order PEMA converts the division into multiplication and allows associative property to be used to ones advantage. .
change for algebra
There are good reasons in algebra to adapt to PEMA. Students at 6th or 7th grade level may skip this explanation.
Algebra is extensively based on the numerical expressions and the properties of numerical arithmetic. In an algebraic expression of multiple factors, with division in some of them, simplification is possible only if the sequence order is not required to be followed. For example, . This expression is intuitively understood to be . Then it can be simplified into which equals, .
summary
Numerical Arithmetics Precedence Order : PEMA / BOMA
PEMA = Parentheses, Exponents, Multiplication and Addition
BOMA = Brackets, Order, Multiplication and Addition
Note : Division is converted into multiplication by multiplicative inverse of divisor.
And, Subtraction is converted into addition withs additive inverse of subtrahend.
Outline
The outline of material to learn "fractions" is as follows.
• click here for detailed outline of Fractions
→ Part of whole
→ Dividing a group
→ Fractions as Directed numbers
→ Like and Unlike Fractions
→ Proper and Improper Fractions
→ Equivalent & Simplest form
→ Converting unlike and like Fractions
→ Simplest form of a Fraction
→ Comparing Fractions
→ Addition & Subtraction
→ Multiplication
→ Reciprocal
→ Division
→ Numerical Expressions with Fractions
→ PEMA / BOMA