hard Set 56 Form Exercise

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

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 8

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