easy Set 98 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 9

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