hard Set 84 Form Exercise

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

Show answer

Answer: 168

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 43

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