hard Set 98 Form Exercise

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

Show answer

Answer: -6

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 240

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 67

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