hard Set 96 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 540

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 10

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

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

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 12

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