easy Set 83 Form Exercise

Math Maze: Start at 5. Follow the path: ×3 → ×3 → ×2. What is the final value?

Show answer

Answer: 90

SubType
math-maze
Difficulty
easy
StartValue
5
Steps
  • {"op":"\u00d7","operand":3,"result":15}
  • {"op":"\u00d7","operand":3,"result":45}
  • {"op":"\u00d7","operand":2,"result":90}
FinalValue
90
PathDescription
Step 1: ×3 = 15; Step 2: ×3 = 45; Step 3: ×2 = 90

Math Maze: Start at 9. Follow the path: ×2 → -7 → ×3. What is the final value?

Show answer

Answer: 33

SubType
math-maze
Difficulty
easy
StartValue
9
Steps
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"-","operand":7,"result":11}
  • {"op":"\u00d7","operand":3,"result":33}
FinalValue
33
PathDescription
Step 1: ×2 = 18; Step 2: -7 = 11; Step 3: ×3 = 33

Math Maze: Start at 6. Follow the path: ×2 → -2 → +8. What is the final value?

Show answer

Answer: 18

SubType
math-maze
Difficulty
easy
StartValue
6
Steps
  • {"op":"\u00d7","operand":2,"result":12}
  • {"op":"-","operand":2,"result":10}
  • {"op":"+","operand":8,"result":18}
FinalValue
18
PathDescription
Step 1: ×2 = 12; Step 2: -2 = 10; Step 3: +8 = 18

Math Maze: Start at 1. Follow the path: -1 → -1 → ×4. What is the final value?

Show answer

Answer: -4

SubType
math-maze
Difficulty
easy
StartValue
1
Steps
  • {"op":"-","operand":1,"result":0}
  • {"op":"-","operand":1,"result":-1}
  • {"op":"\u00d7","operand":4,"result":-4}
FinalValue
-4
PathDescription
Step 1: -1 = 0; Step 2: -1 = -1; Step 3: ×4 = -4

Math Maze: Start at 7. Follow the path: +7 → -5 → +8. What is the final value?

Show answer

Answer: 17

SubType
math-maze
Difficulty
easy
StartValue
7
Steps
  • {"op":"+","operand":7,"result":14}
  • {"op":"-","operand":5,"result":9}
  • {"op":"+","operand":8,"result":17}
FinalValue
17
PathDescription
Step 1: +7 = 14; Step 2: -5 = 9; Step 3: +8 = 17

Math Maze: Start at 6. Follow the path: +9 → ×2 → -6. What is the final value?

Show answer

Answer: 24

SubType
math-maze
Difficulty
easy
StartValue
6
Steps
  • {"op":"+","operand":9,"result":15}
  • {"op":"\u00d7","operand":2,"result":30}
  • {"op":"-","operand":6,"result":24}
FinalValue
24
PathDescription
Step 1: +9 = 15; Step 2: ×2 = 30; Step 3: -6 = 24

Math Maze: Start at 2. Follow the path: ×2 → -3 → +4. What is the final value?

Show answer

Answer: 5

SubType
math-maze
Difficulty
easy
StartValue
2
Steps
  • {"op":"\u00d7","operand":2,"result":4}
  • {"op":"-","operand":3,"result":1}
  • {"op":"+","operand":4,"result":5}
FinalValue
5
PathDescription
Step 1: ×2 = 4; Step 2: -3 = 1; Step 3: +4 = 5

Math Maze: Start at 6. Follow the path: +4 → +9 → +1. What is the final value?

Show answer

Answer: 20

SubType
math-maze
Difficulty
easy
StartValue
6
Steps
  • {"op":"+","operand":4,"result":10}
  • {"op":"+","operand":9,"result":19}
  • {"op":"+","operand":1,"result":20}
FinalValue
20
PathDescription
Step 1: +4 = 10; Step 2: +9 = 19; Step 3: +1 = 20