easy Set 12 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 32

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