easy Set 93 Form Exercise

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

Show answer

Answer: 38

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 4

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