easy Set 47 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 256

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 192

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