easy Set 12 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 3

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