easy Set 44 Form Exercise

Math Maze: Start at 10. Follow the path: +10 → +8 → -23. What is the final value?

Show answer

Answer: 5

SubType
math-maze
Difficulty
easy
StartValue
10
Steps
  • {"op":"+","operand":10,"result":20}
  • {"op":"+","operand":8,"result":28}
  • {"op":"-","operand":23,"result":5}
FinalValue
5
PathDescription
Step 1: +10 = 20; Step 2: +8 = 28; Step 3: -23 = 5

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

Show answer

Answer: 18

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 10

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