hard Set 91 Form Exercise

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

Show answer

Answer: 52

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 320

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