medium Set 41 Form Exercise

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

Show answer

Answer: 13

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

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

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 89

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 3

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