hard Set 59 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 304

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

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

Show answer

Answer: 76

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