hard Set 90 Form Exercise

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

Show answer

Answer: 39

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

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

Show answer

Answer: 288

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 162

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 54

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