medium Set 43 Form Exercise

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

Show answer

Answer: 44

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 4

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