easy Set 93 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 24

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