easy Set 92 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 144

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