PEMDAS rule can be used to simplify complicated numerical expressions
with more than operations.
Very simply way to remember PEMDAS rule!
P ----> Parentheses
E ----> Exponent
M ----> Multiply
D ----> Divide
A ----> Add
S ----> Subtract
1. In a particular simplification, if you have
both multiplication and division, do the operations one by one in the
order from left to right.
2. Multiplication does not always come before division. We have to
do one by one in the order from left to right.
3. In a particular simplification, if you have
both addition and subtraction, do the operations one by one in the order
from left to right.
Evaluate each of the
following numerical expressions.
Problem 1 :
(3
* (4 + 2)) * 5
Solution :
=
(3 * (4 + 2)) * 5
=
(3 * 6) * 5
= 18
* 5
=
90
Problem 2 :
(4
* (16 – 1)) – 6
Solution :
(4
* (16 – 1)) – 6
= (4
* 15) – 6
= 60
- 6
=
54
Problem 3 :
5
+ (6 + (7 * 2)) // 5
Solution :
=
5 + (6 + (7 × 2)) // 5
=
5 + (6 + 14) // 5
=
5 + 20 // 5
= 5
+ 4
=
9
Problem 4 :
3
– (-2 + 7) + 4
Solution :
=
3 – (-2 + 7) + 4
=
3 – 5 + 4
=
-2 + 4
=
2
Problem 5 :
(18
// 3) * (-2)
Solution :
= (18 // 3)
* (-2)
=
6 * (-2)
=
-12
Problem 6 :
2(7
– 13) – (6 - 12)
Solution :
=
2(7 – 13) – (6 - 12)
=
2(-6) – (-6)
=
-12 + 6
=
-6
Problem 7 :
-6
* (2 – 7)
Solution :
=
-6 * (2 – 7)
=
-6 * (-5)
=
30
Problem 8 :
–(14
– 8) // (-2)
Solution :
=
–(14 – 8) // (-2)
=
-6 // (-2)
=
3
Problem 9 :
-18
– (8 – 15)
Solution :
=
-18 – (8 – 15)
=-18
– (-7)
=
-18 + 7
=
-11
So, the answer is -11.
Problem 10 :
-52
// (6 – 19)
Solution :
=
-52 // (6 – 19)
=
-52 // (-13)
=
4
Problem 11 :
(38
- (-4))/(6 * (-7))
Solution :
=
(38 - (-4))/(6 * (-7))
=
(38 + 4)/(-42)
=
42/(-42)
=
-1.0
Problem 12 :
(28
- (-3 * 4))/(10 * (-2))
Solution :
=
(28 - (-3 * 4))/(10 * (-2))
=
(28 - (-12))/(-20)
=
(28 + 12)/(-20)
=
40/(-20)
=
-2.0
Input
Equation: |
Input
Equation: |
Input
Equation: |
Input
Equation: |
Input
Equation: |
Input
Equation: |
Input
Equation: |
Input
Equation: |
Input
Equation: |
Input
Equation: |
Input
Equation: |
Input
Equation: |
Input
Equation: |
Input
Equation: (use only
1 or 2 decimal) |
Input
Equation: |
Input
Equation: |
Input
Equation: |
Input
Equation: =
(24+21*(12%9)+12-6)+36 = (24+21*3+12-6)+36 = (24+63+12-6)+36 (87+12-6)+36 = (99-6)+36 = 93+36 =129 |
Input Equation: =(1+4)**2-(2*9%6+8) =5**2-(2*9%6+8) =25-(2*9%6+8) =25-(18%6+8) =25-(0+8) =25-8 =17 |
Input Equation: = 20 * 4
* 2 *7 - (18%14*6) = 20 * 4
* 2 *7 - (4*6) = 20 * 4
* 2 *7 - (24) = 80 * 2 *7 - (24) = 160 *7 - (24) = 1120-24 = 1096 |
Input Equation: =120 +
((9/3) % (72/8))**2 = 120 +
((9/3) % (9))**2 = 120 +
((9/3) % (9))**2 = 120+(3.0%9)**2 = 120+3.0**2 = 120+9.0 = 129.0 |
Input
Equation : = 120 + ((9%3) % (72/8))**2 = 120 + ((9%3) % (9.0)**2 = 120 + ((0) % (9.0))**2 = 120 +(0.0)**2 = 120 + 0.0 = 120.0 |
Input Equation: = 18%12//24*23-12+8*6 = 18%12//24*23-12+48 = 6//24*23-12+48 = 0*23-12+48 = 0-12+48 = -12+48 = 36 |
Input Equation: = 18%12%24*23-12+8*6 = 6%24*23-12+8*6 = 6*23-12+8*6 = 138-12+8*6 = 126+8*6 = 126+48 = 174 |
Solve the following advanced order of operations problems:
1. (24+21*(12//9)+12-6)+36
= (24+21*(12//9)+12-6)+36 |
2. 20-12-4-2+5(8+9)**2
Input Equation can be rewritten: |
3. (1+4)**2-(2*9/6+8) Input Equation: |
4. 20 * 4 * 2 *7 -
(18//14*6) Input Equation: |
5. 120 + ((9/3) /
(72/8))**2 Input Equation: |
6. (1+12*4)**2 - (22*4-12)**2 Input Equation: |
7. 18/12//24*23-12+8*6 Input Equation: |
8. (40 - 3 - 5)**2 +
(12/4*6)**2 Input Equation: |
9. ((12//8-4)**2)**2 -
12**2 Input Equation: |
|
No comments:
Post a Comment