hard Set 49 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 17

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

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

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 108

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