hard Set 37 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 17

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":5,"result":13}
  • {"op":"-","operand":7,"result":6}
  • {"op":"-","operand":2,"result":4}
  • {"op":"\u00d7","operand":4,"result":16}
  • {"op":"+","operand":1,"result":17}
FinalValue
17
PathDescription
Step 1: +5 = 13; Step 2: -7 = 6; Step 3: -2 = 4; Step 4: ×4 = 16; Step 5: +1 = 17

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

Show answer

Answer: 197

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":3,"result":63}
  • {"op":"\u00d7","operand":3,"result":189}
  • {"op":"+","operand":5,"result":194}
  • {"op":"+","operand":3,"result":197}
FinalValue
197
PathDescription
Step 1: ×3 = 21; Step 2: ×3 = 63; Step 3: ×3 = 189; Step 4: +5 = 194; Step 5: +3 = 197

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

Show answer

Answer: 25

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"-","operand":5,"result":2}
  • {"op":"\u00d7","operand":3,"result":6}
  • {"op":"+","operand":3,"result":9}
  • {"op":"+","operand":9,"result":18}
  • {"op":"+","operand":7,"result":25}
FinalValue
25
PathDescription
Step 1: -5 = 2; Step 2: ×3 = 6; Step 3: +3 = 9; Step 4: +9 = 18; Step 5: +7 = 25

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

Show answer

Answer: 1

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

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

Show answer

Answer: 28

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"-","operand":1,"result":31}
  • {"op":"\u00d7","operand":3,"result":93}
  • {"op":"-","operand":24,"result":69}
  • {"op":"-","operand":41,"result":28}
FinalValue
28
PathDescription
Step 1: ×4 = 32; Step 2: -1 = 31; Step 3: ×3 = 93; Step 4: -24 = 69; Step 5: -41 = 28