easy Set 54 Form Exercise

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

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 30

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