hard Set 97 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 528

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 4

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