easy Set 63 Form Exercise

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

Show answer

Answer: 192

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 208

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