easy Set 72 Form Exercise

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

Show answer

Answer: 102

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 34

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