hard Set 21 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 124

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 184

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 8

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