easy Set 80 Form Exercise

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

Show answer

Answer: 84

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 80

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