hard Set 37 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 312

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 99

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