medium Set 97 Form Exercise

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

Show answer

Answer: 58

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"\u00d7","operand":3,"result":81}
  • {"op":"-","operand":30,"result":51}
  • {"op":"+","operand":7,"result":58}
FinalValue
58
PathDescription
Step 1: ×3 = 27; Step 2: ×3 = 81; Step 3: -30 = 51; Step 4: +7 = 58

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

Show answer

Answer: 25

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

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

Show answer

Answer: 576

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

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

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

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

Show answer

Answer: 384

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

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

Show answer

Answer: 124

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"+","operand":3,"result":11}
  • {"op":"\u00d7","operand":4,"result":44}
  • {"op":"-","operand":13,"result":31}
  • {"op":"\u00d7","operand":4,"result":124}
FinalValue
124
PathDescription
Step 1: +3 = 11; Step 2: ×4 = 44; Step 3: -13 = 31; Step 4: ×4 = 124

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

Show answer

Answer: 148

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"\u00d7","operand":2,"result":16}
  • {"op":"\u00d7","operand":4,"result":64}
  • {"op":"+","operand":10,"result":74}
  • {"op":"\u00d7","operand":2,"result":148}
FinalValue
148
PathDescription
Step 1: ×2 = 16; Step 2: ×4 = 64; Step 3: +10 = 74; Step 4: ×2 = 148

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

Show answer

Answer: 21

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"\u00d7","operand":3,"result":24}
  • {"op":"\u00d7","operand":2,"result":48}
  • {"op":"+","operand":3,"result":51}
  • {"op":"-","operand":30,"result":21}
FinalValue
21
PathDescription
Step 1: ×3 = 24; Step 2: ×2 = 48; Step 3: +3 = 51; Step 4: -30 = 21