hard Set 13 Form Exercise

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

Show answer

Answer: 38

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 37

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":2,"result":12}
  • {"op":"+","operand":10,"result":22}
  • {"op":"+","operand":10,"result":32}
  • {"op":"+","operand":6,"result":38}
  • {"op":"-","operand":1,"result":37}
FinalValue
37
PathDescription
Step 1: +2 = 12; Step 2: +10 = 22; Step 3: +10 = 32; Step 4: +6 = 38; Step 5: -1 = 37

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

Show answer

Answer: 3

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 57

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