hard Set 48 Form Exercise

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

Show answer

Answer: 387

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 39

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":9,"result":17}
  • {"op":"+","operand":5,"result":22}
  • {"op":"\u00d7","operand":4,"result":88}
  • {"op":"\u00d7","operand":2,"result":176}
  • {"op":"-","operand":137,"result":39}
FinalValue
39
PathDescription
Step 1: +9 = 17; Step 2: +5 = 22; Step 3: ×4 = 88; Step 4: ×2 = 176; Step 5: -137 = 39

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

Show answer

Answer: 4

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

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

Show answer

Answer: 176

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 75

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