easy Set 38 Form Exercise

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

Show answer

Answer: 122

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 105

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 2

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