easy Set 13 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 3

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

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":1}
  • {"op":"+","operand":3,"result":4}
  • {"op":"\u00d7","operand":3,"result":12}
FinalValue
12
PathDescription
Step 1: -1 = 1; Step 2: +3 = 4; Step 3: ×3 = 12

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

Show answer

Answer: 39

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 8

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

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

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