easy Set 53 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 8

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