medium Set 74 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 46

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