medium Set 40 Form Exercise

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

Show answer

Answer: 56

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 83

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

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

Show answer

Answer: 272

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 16

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