easy Set 27 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 256

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 78

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