easy Set 68 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 3

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

Math Maze: Start at 7. Follow the path: +6 → ×3 → -26. What is the final value?

Show answer

Answer: 13

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