hard Set 13 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 19

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"\u00d7","operand":3,"result":12}
  • {"op":"\u00d7","operand":4,"result":48}
  • {"op":"\u00d7","operand":4,"result":192}
  • {"op":"-","operand":52,"result":140}
  • {"op":"-","operand":121,"result":19}
FinalValue
19
PathDescription
Step 1: ×3 = 12; Step 2: ×4 = 48; Step 3: ×4 = 192; Step 4: -52 = 140; Step 5: -121 = 19

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

Show answer

Answer: 60

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 36

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