easy Set 36 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 24

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

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 1. Follow the path: +1 → +8 → +3. What is the final value?

Show answer

Answer: 13

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 25

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