hard Set 63 Form Exercise

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

Show answer

Answer: 392

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 130

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 2

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