hard Set 18 Form Exercise

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

Show answer

Answer: 243

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 154

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

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

Show answer

Answer: 93

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

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

Show answer

Answer: 208

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 64

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