easy Set 80 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 162

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 18

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