easy Set 92 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 15

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