easy Set 98 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 52

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