easy Set 64 Form Exercise

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

Show answer

Answer: 132

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 1

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