easy Set 88 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 8

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

Math Maze: Start at 7. Follow the path: +7 → -11 → +1. What is the final value?

Show answer

Answer: 4

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

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

Show answer

Answer: 16

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