easy Set 78 Form Exercise

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

Show answer

Answer: 26

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

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

Show answer

Answer: 1

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

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

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 3

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