easy Set 81 Form Exercise

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

Show answer

Answer: 60

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 36

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