Sign In
| Student Learning Objectives: |
|---|
|
| | 10 Theory slides |
| | 10 Exercises - Grade E - A |
| | Each lesson is meant to take 1-2 classroom sessions |
If a mathematical operation is done correctly, there is always a single correct result. When adding two numbers, there is only one correct value for the sum. 3 + 2 = 7 * 3 + 2 = 5 ✓ The same happens when two numbers are multiplied. If the multiplication is done correctly, the result is correct. 2* 5 = 13 * 2* 5 = 10 ✓ But what happens if multiple operations are combined? Izabella and Kriz are discussing how to solve an expression that includes both addition and multiplication. 3 + 2 * 5 Izabella says that the operations should be done left to right. Here is how she evaluated the operations.
But Kriz thinks that the multiplication should be done first. This is how Kriz evaluated the operations.
Both times the operations were done correctly, but the results are different. Who evaluated the expression correctly?
A numeric expression, or numerical expression, is a sequence of mathematical operations that only involves numbers. Consider the following examples.
| Example | Is It a Numeric Expression? |
|---|---|
| 5+3-2*8 | ✓ |
| (9+12)^3 -4* 7 | ✓ |
| 3/7 + [(5-1)* (7+ 4)]^5 - 1/7 | ✓ |
| 9w^2+4s+7 | * |
| 1125 | * |
Select whether each given expression is a numerical expression or not.
The order of operations is the order to follow when evaluating an expression that has more than one operation. The order of operations can be described as a series of steps.
| Expression | Simplified | Operation |
|---|---|---|
| (1+2)* 3^2-5+5/2 | 3* 3^2-10/2 | Evaluating Parentheses and Grouping Symbols |
| 3* 3^2-10/2 | 3* 9-10/2 | Exponents |
| 3* 9-10/2 | 27-5 | Multiplication and Division |
| 27-5 | 22 | Subtraction |
There are a few things to note about this evaluation.
To remember the order of operations, it is useful to memorize the acronym PEMDAS. Each letter of PEMDAS indicates a set of operations. A fun sentence to remember this acronym is Please Excuse My Dear Aunt Sally.
While waiting for baseball practice to start, Zain passed the time by counting how many people arrived to the field to practice and how many people left the field.
When Zain arrived and started counting, there were 9 people on the field practicing. Before Zain's practice started, two groups of three people left and four groups of six people arrived to the field. Then Zain's practice started.
9 Then, 2 groups of 3 people left. The 2 groups of 3 people can be written as the product of 2 times 3. Since these people are leaving, the product is subtracted from 9. 9 - 2* 3 Finally, 4 groups of 6 people arrived to the field. This number of people can be written as the multiplication of 4 times 6. This time the product is added because the people are arriving. 9 - 2* 3 + 4* 6 This is a complete numerical expression to find the number of people at the field when Zain's practice started.
Now consider the expression and identify which operations appear in it. 9 - 2 * 3 + 4 * 6 In this case, the expression does not have any grouping symbols or exponents. The symbols * and * are used to indicate multiplication, which means that the expression has two multiplications. These multiplications should be done from left to right.
The resulting expression has a subtraction and an addition. Since both of these operations are on the same tier of the order of operations, they are performed at the same time. Remember to do the operations from left to right.
Therefore, there were 27 people at Zain's practice that day.
Zain's baseball team needs new equipment before the season starts. Since Zain lives close to a good baseball equipment store, they were in charge of checking the prices. They noted these prices in a table.
| Item | Price |
|---|---|
| Bat | $200 |
| Glove | $95 |
| Uniform | $130 |
Zain's team need 2 new bats, 8 new gloves, and 4 new uniforms. Luckily, there is a sale going on where bats and gloves are half their regular prices. Zain also has a $100 discount coupon that they will give the coach for equipment.
2* 200 Next consider the cost of the gloves. Each glove has a price of $ 95. Since Zain's team needs 8 new gloves, the gloves have a cost the product of 95 and 8. Add this product to the cost of the bats. 2*200 + 95* 8 Before adding the cost of the uniforms, it is important to remember that there is a sale going on that affects the cost of the bats and the gloves. To group this total, we can add parentheses to the addition. (2*200 + 95* 8) The sale reduces this total by half, which can be written as multiplying the total by 12. 1/2*(2*200 + 95* 8) The total cost of the uniforms is the product of the number of uniforms and the price per uniform. The team needs 4 uniforms and the price of each uniform is $ 130. This product must be added to the expression above. 1/2*(2*200 + 95* 8) + 4* 130 Lastly, the discount from Zain's coupon reduces the cost by $100. This is written as a subtraction of 100. 1/2*(2*200 + 95* 8) + 4* 130-100
Now consider the expression carefully to identify which operations are present. 1/2 * ( 2 * 200 + 95 * 8 ) + 4 * 130 - 100 The P of PEMDAS refers to parentheses and other grouping symbols of the expression. The expression has two grouping symbols: a fraction line and a set of parentheses. The first thing to calculate from left to right is the fraction. It can be calculated directly. 1/2*(2*200 + 95* 8) + 4* 130 - 100 ⇓ 0.5*(2*200 + 95* 8) + 4* 130 - 100 Next, simplify the expression inside the set of parentheses. 2*200 + 95* 8 This expression does not have any grouping symbols or exponents. However, it does have two multiplications. Evaluate these multiplications moving from left to right.
The resulting expression is a single addition. 400+760 = 1160 This result can be substituted for the expression inside the parentheses. 0.5*( 2*200 + 95* 8) + 4* 130 - 100 ⇓ 0.5* 1160 + 4* 130 - 100 Now the expression has two multiplications.
Multiply 0.5 by 1160
Multiply 4 by 130
Finally, perform the addition and the subtraction from left to right.
Zain's team needs $1000 to buy the equipment they need!
Multiply 2 by 200
Multiply 95 by 8
Distribute 0.5
The Distributive Property allows to remove the parentheses before simplifying the expression inside. The rest of the expression can be simplified regularly.
Multiply 0.5 by 400
Multiply 0.5 by 760
Multiply 4 by 130
Add terms
Subtract term
The result is the same as the previous one following the order of operations. But remember that the property only holds true when a number is multiplying the result of an addition. It is not always possible to use the Distributive Property, but it can be useful in some cases.
Zain is having a great time at bat in today's baseball game. He is hitting every single ball!
1/2(88*2.75-32*2.75^2) What is the height of the ball? Round to the nearest integer.
0.87 * 147 * 2.75 How far did the ball travel? Round to the nearest integer.
The first thing to do is to identify each of the operations and grouping symbols of the numerical expression. 1/2 (88 * 2.75 -32 * 2.75 ^2 ) The numerical expression has two grouping symbols: a fraction line and a set of parentheses. The decimal value of the fraction can be calculated directly. 1/2(88*2.75-32*2.75^2) ⇓ 0.5 (88*2.75-32*2.75^2) The second grouping symbol is the set of parentheses. To remove the parentheses, the expression inside must be evaluated. Again, the first thing to evaluate this expression is to identify the operations. 88*2.75-32*2.75^2 The expression does not have any more grouping symbols, but it has an exponent. Evaluate it first.
There are two multiplications in this expression, so calculate them moving from left to right.
Now there is only a single subtraction left. 242 - 242 = 0 The expression between parentheses equals 0. Substitute this result into the original expression in place of the expression inside the parentheses. The parentheses can be replaced with a multiplication symbol as well. 0.5( 88*2.75-32*2.75^2) ⇓ 0.5* 0 Finally, there is a single multiplication left. It is important to remember that the result of multiplying any number by zero is zero. 0.5* 0 = 0 Therefore, the height of the ball is of 0 feet. This means that the ball hit the ground 2.75 seconds after Zain hit the ball.
0.87 * 147 * 2.75 These calculations will be done one at a time, from left to right.
Multiply 0.87 by 147
Multiply 127.89 by 2.75
Round to nearest integer
The ball traveled about 352 feet after Zain hit it. What a great batter!
Write the value of each given numerical expression. Remember the order of operations!
Two different numerical expressions were presented at the beginning of this lesson. The second expression has more operations than the first one. The good thing is that any numerical expression can be solved following the order of operations. The acronym PEMDAS is helpful for remembering the order!
Four groups are painting the lines on the highway. It takes each group 20 minutes to paint a section of road that is 100 yards long. How long will it take the four groups to paint 4 miles of lines?
We want to calculate the amount of time it will take four groups to paint the lines of 4 miles of the highway. Let's start by converting the miles to yards by using a conversion factor. 1 mile = 1760 yards This means that 4 miles are equal to multiplying 1760 yards by 4. 4(1760) = 7040 yards Since it takes each group 20 minutes to paint the lines of a section of 100 yards, we can divide 100 by 20 to find the number of yards painted per minute by each group.
Each group paints 5 yards of lines per minute. This means that together, the four groups paint 4* 5=20 yards of road per minute. Now we can divide 7040 by 20 to calculate the amount of time it will take the groups to paint the lines of 4 miles of the highway.
It takes them 352 minutes to paint the 4 miles of the highway.
A combination of the symbols +, -, and * makes the statement below true. 11^2 29 7 6 1 = 108 Write the symbols in order.
We are asked to add in the symbols of mathematical operations to make the next statement true. 11^2 29 7 6 1 = 108 Recall the order of operations.
In our case, we need to start by evaluating the number with an exponent. The first step will be to substitute 11^2= 121 into the given statement. 121 29 7 6 1 = 108 Let's see what happens if we add the next number.
Since 150 is greater than 108, one of the next three symbols has to be -. Let's place it in the next box. 121 + 29 - 7 6 1 = 108 Now let's subtract 108 from 150. The difference will tell us the number that we need to get from the other terms in order for the expression to be true.
This means that we have to find a combination of operations that makes 7, 6, and 1 equal 42. We can get 42 by multiplying 7 by 6, so the next symbol has to be *. 121 + 29 - 7 * 6 1 = 108 Finally, we can multiply by 1 because any number multiplied by 1 is itself. 121 + 29 - 7 * 6 * 1 = 108 Now, let's evaluate this equation using the order of operations to check our answer.
Evaluating the expression resulted in the desired value. We did it!