hard Set 34 Form Exercise

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

Show answer

Answer: 184

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

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

Show answer

Answer: 124

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 666

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 36

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":"+","operand":6,"result":12}
  • {"op":"\u00d7","operand":3,"result":36}
FinalValue
36
PathDescription
Step 1: -1 = 1; Step 2: ×2 = 2; Step 3: ×3 = 6; Step 4: +6 = 12; Step 5: ×3 = 36

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

Show answer

Answer: 40

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