easy Set 66 Form Exercise

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

Show answer

Answer: 1

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

Math Maze: Start at 2. Follow the path: -1 → ×4 → +4. 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":"+","operand":4,"result":8}
FinalValue
8
PathDescription
Step 1: -1 = 1; Step 2: ×4 = 4; Step 3: +4 = 8

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

Show answer

Answer: 7

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 56

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