easy Set 19 Form Exercise

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

Show answer

Answer: 42

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

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

Show answer

Answer: 84

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

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

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 1

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

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

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 28

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