hard Set 96 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 201

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

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

Show answer

Answer: 74

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