easy Set 63 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 48

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