hard Set 47 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 193

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 9

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