easy Set 64 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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