hard Set 91 Form Exercise

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

Show answer

Answer: 26

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

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

Show answer

Answer: 136

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

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

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":"\u00d7","operand":2,"result":0}
  • {"op":"\u00d7","operand":2,"result":0}
FinalValue
0
PathDescription
Step 1: -5 = 1; Step 2: -1 = 0; Step 3: ×3 = 0; Step 4: ×2 = 0; Step 5: ×2 = 0

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

Show answer

Answer: 12

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

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

Show answer

Answer: 123

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 7

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