easy Set 39 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 67

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