hard Set 93 Form Exercise

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

Show answer

Answer: 69

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 244

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 480

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

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

Show answer

Answer: 9

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