hard Set 27 Form Exercise

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

Show answer

Answer: 34

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 160

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

Math Maze: Start at 2. Follow the path: ×2 → ×3 → -11 → ×2 → ×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":"\u00d7","operand":3,"result":12}
  • {"op":"-","operand":11,"result":1}
  • {"op":"\u00d7","operand":2,"result":2}
  • {"op":"\u00d7","operand":3,"result":6}
FinalValue
6
PathDescription
Step 1: ×2 = 4; Step 2: ×3 = 12; Step 3: -11 = 1; Step 4: ×2 = 2; Step 5: ×3 = 6