hard Set 51 Form Exercise

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

Show answer

Answer: 31

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 125

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 65

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