hard Set 19 Form Exercise

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

Show answer

Answer: 60

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 7

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