hard Set 36 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 140

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 54

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