easy Set 81 Form Exercise

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

Show answer

Answer: 31

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 3

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