medium Set 19 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 12

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"-","operand":29,"result":1}
  • {"op":"\u00d7","operand":4,"result":4}
  • {"op":"\u00d7","operand":3,"result":12}
FinalValue
12
PathDescription
Step 1: ×3 = 30; Step 2: -29 = 1; Step 3: ×4 = 4; Step 4: ×3 = 12

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

Show answer

Answer: 3

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

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

Show answer

Answer: 26

SubType
math-maze
Difficulty
medium
StartValue
6
Steps
  • {"op":"+","operand":1,"result":7}
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"\u00d7","operand":4,"result":56}
  • {"op":"-","operand":30,"result":26}
FinalValue
26
PathDescription
Step 1: +1 = 7; Step 2: ×2 = 14; Step 3: ×4 = 56; Step 4: -30 = 26

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

Show answer

Answer: 144

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

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

Show answer

Answer: 11

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