firmfunda
  maths > decimals

Decimals: Precedence Order PEMA


    what you'll learn...

overview

This page redefines the precedence order in arithmetics with PEMA or BOMA. As part of fractions and decimals, the revised version is in handling division -- handle division as inverse of multiplication.

eg: x÷y÷x This cannot be simplified using PEMDAS / BODMAS as the second division cannot be executed without completing the first division. Instead, it can be simplified as x×(1y)×(1x) and applying properties of arithmetics, it is (1y)×x×(1x)=1y

recap

Numerical expressions of decimals 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.

3+4-3 has to be simplified to =7-3=4, which involves two steps.

4×7÷4 has to be simplified to 28÷4=7, which involve two steps.

As part of studies on integers, the expressions involving subtraction are analyzed and it is understood that a subtraction is modified to addition of additive inverse of subtrahend. This was explained in the course on integers.

As part of studies on fractions, the expressions involving division are analyzed and it is understood that a division is modified to multiplication of multiplicative inverse of divisor. This was explained in the course on fractions.

better

Numerical expressions are simplified with a redefined rule.

 •  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, as the subtractions are converted into addition of additive inverse. And, the precedence order PEMA does not have division, as the divisions are converted into multiplication of multiplicative inverse.

The advantage of this is explained in the simple example.

3×4÷3

convert the division to multiplication.
=3×4×(13)

No need to follow the sequence order. Since all are multiplication, add any number to any other in the sequence that suits.
=3×(13)×4

=3×(13)×4

=1×4

example

Simplify 3.2÷0.11×0.44÷4.

Note that it has .44 which equals the product of .11 and 4.

but why?

The reasons to redefine the precedence and sequence were explained in integers, fractions. The same is repeated as a quick review. It will take only a short time to review.

Students at 6th or 7th level may skip this explanation.

There are good reasons to adapt to PEMA.

When learning properties of numbers, we learn the commutative property of addition. a+b=b+a. But the subtraction does not follow the commutative property. What this means is, the position of numbers cannot be modified to simplify the problem. The redefined precedence order PEMA converts the subtraction into addition and allows commutative property to be used to ones advantage. a-b=a+(-b)=-b+a

Another property of numbers is associative property of addition. a+(b+c)=(a+b)+c. But the subtraction 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 subtraction into addition and allows associative property to be used to ones advantage. a-(b-c)=a+((-b)+c)=(a+(-b))+c.

algebraic why!

There are good reasons to adapt to PEMA.

Algebra is extensively based on the numerical expressions and the properties of numerical arithmetic. In an algebraic expression of multiple terms, with subtraction in some of them, simplification is possible only if the sequence order is not required to be followed.

For example, x2-x+2x2-4-7x.

This expression is intuitively understood to be x2+(-x)+2x2+(-4)+(-7x).

Then it can be simplified into x2+2x2+(-x)+(-7x)+(-4) which equals, 3x2-8x-4.

divisive why!!

There are good reasons to adapt to PEMA.

When learning properties of numbers, we learn the commutative property of multiplication. a×b=b×a. 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. a÷b=a×(1b)=1b×a

Another property of numbers is associative property of multiplication. a×(b×c)=(a×b)×c. 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. a÷(b÷c)=a×1b×(1/c)=a×((1b)×c)=(a×1b)×c.

algebraically again!

There are good reasons in algebra to adapt to PEMA.

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, (x+2)÷(x+4)×(x+4)×(x-8)÷(x+2).

This expression is intuitively understood to be (x+2)×1(x+4)×(x+4)×(x-8)×1(x+2).

Then it can be simplified into (x+2)×1(x+2)×1(x+4)×(x+4)×(x-8) which equals, (x-8).

summary

Numerical Arithmetics Precedence Order : PEMA / BOMA
PEMA = Parentheses, Exponents, Multiplication and Addition

BOMA = Brackets, Order, Multiplication and Addition

Note : Division is handled as multiplication by multiplicative inverse of divisor. And, Subtraction is handled as addition of additive inverse of subtrahend.

Outline

The outline of material to learn "decimals" is as follows.

Note: goto detailed outline of Decimals

•   Decimals - Introduction

    →   Decimals as Standard form of Fractions

    →   Expanded form of Decimals

•   Decimals - Conversion

    →   Conversion between decimals and fractions

    →   Repeating decimals

    →   Irrational Numbers

•   Decimals - Arithmetics

    →   Comparing decimals

    →   Addition & Subtraction

    →   Multiplication

    →   Division

•   Decimals - Expressions

    →   Expression Simplification

    →   PEMA / BOMA