easy Set 34 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 18

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