easy Set 26 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 13

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