hard Set 66 Form Exercise

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

Show answer

Answer: 183

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 324

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

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

Show answer

Answer: 180

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

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

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 7

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