hard Set 60 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 1152

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 56

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