hard Set 47 Form Exercise

Math Maze: Start at 8. Follow the path: +7 → +5 → +6 → +10 → +7. What is the final value?

Show answer

Answer: 43

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":7,"result":15}
  • {"op":"+","operand":5,"result":20}
  • {"op":"+","operand":6,"result":26}
  • {"op":"+","operand":10,"result":36}
  • {"op":"+","operand":7,"result":43}
FinalValue
43
PathDescription
Step 1: +7 = 15; Step 2: +5 = 20; Step 3: +6 = 26; Step 4: +10 = 36; Step 5: +7 = 43

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

Show answer

Answer: 180

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 208

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 23

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