hard Set 37 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 231

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 115

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 105

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":4,"result":28}
  • {"op":"-","operand":15,"result":13}
  • {"op":"\u00d7","operand":4,"result":52}
  • {"op":"\u00d7","operand":2,"result":104}
  • {"op":"+","operand":1,"result":105}
FinalValue
105
PathDescription
Step 1: ×4 = 28; Step 2: -15 = 13; Step 3: ×4 = 52; Step 4: ×2 = 104; Step 5: +1 = 105