Test Your Knowledge!
- For each of the following examples, write down the arithmetic operator symbol missing from the statement. For example: 1 _ 2 = 3 is missing the + operator.
- 4 _ 2 = 8
- 3 _ 5 = 8
- 2 _ 3 = 8
- 10 _ 3 = 3
- 13 _ 3 = 10
- 9 _ 3 = 3
- 2 _ 6 = 12
- 9 _ 1 = 9
- 9 _ 0 = 0
- 3 _ 0 = 1
- Using your knowledge of operator precedence, write down the result of the following expressions:
- 15 / 5 + 9 / 3
- ( 5 + 5 ) / ( 5 + 5 )
- ( 5 + 5 ) / 5 + 5
- ( 2 + 2 ) ^ 2 + 2 ^ 2
- 9 % 4 + 7
- Add one set of parentheses (opening and closing) to the following expressions, so that the revised expression equates correctly to the value stated:
- 1 + 2 * 3 + 4 = 15
- 5 * 6 - 4 ^ 0 = 1
- 1 * ( 5 + 6 ) * 2 = 17
<< Previous: Lesson Summary | Next: How Did You Do? >>