easy Set 49 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 23

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

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

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

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