hard Set 91 Form Exercise

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

Show answer

Answer: 150

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 492

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

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

Show answer

Answer: 6

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