easy Set 76 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 60

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