hard Set 84 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 195

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 15

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