easy Set 14 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 12

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