easy Set 42 Form Exercise

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

Show answer

Answer: 96

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 18

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