easy Set 82 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 72

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