easy Set 63 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 4

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