easy Set 60 Form Exercise

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

Show answer

Answer: 23

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

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

Show answer

Answer: 160

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 7

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

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

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 7

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