hard Set 55 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 50

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