easy Set 29 Form Exercise

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

Show answer

Answer: 32

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 4

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