hard Set 11 Form Exercise

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

Show answer

Answer: 140

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 156

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