hard Set 91 Form Exercise

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

Show answer

Answer: 80

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 348

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

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

Show answer

Answer: 7

SubType
math-maze
Difficulty
hard
StartValue
2
Steps
  • {"op":"+","operand":8,"result":10}
  • {"op":"+","operand":8,"result":18}
  • {"op":"+","operand":3,"result":21}
  • {"op":"+","operand":10,"result":31}
  • {"op":"-","operand":24,"result":7}
FinalValue
7
PathDescription
Step 1: +8 = 10; Step 2: +8 = 18; Step 3: +3 = 21; Step 4: +10 = 31; Step 5: -24 = 7

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

Show answer

Answer: 9

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