easy Set 26 Form Exercise

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

Show answer

Answer: 92

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 12

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