easy Set 58 Form Exercise

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

Show answer

Answer: 128

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 16

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