easy Set 36 Form Exercise

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

Show answer

Answer: 32

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 28

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