easy Set 62 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 160

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 33

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