hard Set 36 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 512

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 281

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 19

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