easy Set 59 Form Exercise

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

Show answer

Answer: 108

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 81

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