medium Set 78 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 53

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