easy Set 77 Form Exercise

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

Show answer

Answer: 69

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

Math Maze: Start at 2. Follow the path: -1 → -1 → ×2. 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":2,"result":0}
FinalValue
0
PathDescription
Step 1: -1 = 1; Step 2: -1 = 0; Step 3: ×2 = 0

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

Show answer

Answer: 24

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 22

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