easy Set 62 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 12

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