easy Set 97 Form Exercise

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

Show answer

Answer: 120

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 18

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