hard Set 60 Form Exercise

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

Show answer

Answer: 79

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 332

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"\u00d7","operand":4,"result":20}
  • {"op":"+","operand":9,"result":29}
  • {"op":"\u00d7","operand":4,"result":116}
  • {"op":"-","operand":33,"result":83}
  • {"op":"\u00d7","operand":4,"result":332}
FinalValue
332
PathDescription
Step 1: ×4 = 20; Step 2: +9 = 29; Step 3: ×4 = 116; Step 4: -33 = 83; Step 5: ×4 = 332

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

Show answer

Answer: 9

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