easy Set 84 Form Exercise

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

Show answer

Answer: 34

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 18

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