hard Set 94 Form Exercise

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

Show answer

Answer: 54

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 29

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