easy Set 76 Form Exercise

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

Show answer

Answer: 56

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 9

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

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 14

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