easy Set 48 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 22

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