easy Set 46 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 24

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