easy Set 16 Form Exercise

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

Show answer

Answer: 66

SubType
math-maze
Difficulty
easy
StartValue
10
Steps
  • {"op":"+","operand":6,"result":16}
  • {"op":"+","operand":6,"result":22}
  • {"op":"\u00d7","operand":3,"result":66}
FinalValue
66
PathDescription
Step 1: +6 = 16; Step 2: +6 = 22; Step 3: ×3 = 66

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

Show answer

Answer: 12

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 1

SubType
math-maze
Difficulty
easy
StartValue
1
Steps
  • {"op":"-","operand":1,"result":0}
  • {"op":"+","operand":2,"result":2}
  • {"op":"-","operand":1,"result":1}
FinalValue
1
PathDescription
Step 1: -1 = 0; Step 2: +2 = 2; Step 3: -1 = 1

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

Show answer

Answer: 20

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 3

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