hard Set 15 Form Exercise

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

Show answer

Answer: 75

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

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

Show answer

Answer: 200

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 70

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 32

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