easy Set 27 Form Exercise

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

Show answer

Answer: 42

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 144

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