easy Set 22 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 140

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

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

Show answer

Answer: 8

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