easy Set 26 Form Exercise

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

Show answer

Answer: 208

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 124

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 24

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