medium Set 46 Form Exercise

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

Show answer

Answer: 114

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 336

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