hard Set 14 Form Exercise

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

Show answer

Answer: 38

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

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

Show answer

Answer: 124

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 190

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 152

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