hard Set 66 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 138

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

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

Show answer

Answer: 416

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

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

Show answer

Answer: 78

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