easy Set 32 Form Exercise

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

Show answer

Answer: 53

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 84

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