easy Set 23 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 12

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