hard Set 52 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 140

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 36

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

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

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 72

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