easy Set 26 Form Exercise

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

Show answer

Answer: 80

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 2

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