medium Set 35 Form Exercise

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

Show answer

Answer: 53

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

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

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 28

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

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

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 12

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