medium Set 100 Form Exercise

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

Show answer

Answer: 266

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

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

Show answer

Answer: 54

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"+","operand":6,"result":24}
  • {"op":"+","operand":3,"result":27}
  • {"op":"\u00d7","operand":2,"result":54}
FinalValue
54
PathDescription
Step 1: ×2 = 18; Step 2: +6 = 24; Step 3: +3 = 27; Step 4: ×2 = 54

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

Show answer

Answer: 76

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

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

Show answer

Answer: 336

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"-","operand":2,"result":7}
  • {"op":"\u00d7","operand":4,"result":28}
  • {"op":"\u00d7","operand":3,"result":84}
  • {"op":"\u00d7","operand":4,"result":336}
FinalValue
336
PathDescription
Step 1: -2 = 7; Step 2: ×4 = 28; Step 3: ×3 = 84; Step 4: ×4 = 336

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

Show answer

Answer: 252

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 18

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