easy Set 66 Form Exercise

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

Show answer

Answer: 64

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 3

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