hard Set 48 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 224

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 10

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":22,"result":10}
FinalValue
10
PathDescription
Step 1: -2 = 1; Step 2: ×4 = 4; Step 3: ×4 = 16; Step 4: ×2 = 32; Step 5: -22 = 10