hard Set 61 Form Exercise

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

Show answer

Answer: 127

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 136

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 704

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