easy Set 98 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 138

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