hard Set 30 Form Exercise

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

Show answer

Answer: 303

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 3

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