hard Set 90 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 397

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 91

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

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

Show answer

Answer: 121

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 1

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