hard Set 40 Form Exercise

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

Show answer

Answer: 76

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 12

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

Math Maze: Start at 9. Follow the path: -2 → +2 → +7 → +8 → -16. What is the final value?

Show answer

Answer: 8

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

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

Show answer

Answer: 308

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