easy Set 92 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 6

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