medium Set 49 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 9

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