easy Set 81 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 15

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