easy Set 75 Form Exercise

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

Show answer

Answer: 26

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

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

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 136

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 117

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

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

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

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

Show answer

Answer: 6

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