easy Set 64 Form Exercise

Math Maze: Start at 7. Follow the path: +10 → -16 → +6. What is the final value?

Show answer

Answer: 7

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 64

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