hard Set 34 Form Exercise

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

Show answer

Answer: 120

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 61

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 4

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