hard Set 47 Form Exercise

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

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

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

Show answer

Answer: 276

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"\u00d7","operand":2,"result":54}
  • {"op":"-","operand":31,"result":23}
  • {"op":"\u00d7","operand":4,"result":92}
  • {"op":"\u00d7","operand":3,"result":276}
FinalValue
276
PathDescription
Step 1: ×3 = 27; Step 2: ×2 = 54; Step 3: -31 = 23; Step 4: ×4 = 92; Step 5: ×3 = 276

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

Show answer

Answer: 54

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 117

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 64

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