hard Set 44 Form Exercise

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

Show answer

Answer: 203

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 300

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

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

Show answer

Answer: 8

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