medium Set 97 Form Exercise

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

Show answer

Answer: 176

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 6

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