easy Set 64 Form Exercise

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

Show answer

Answer: 50

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 9

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

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

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 19

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