easy Set 27 Form Exercise

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

Show answer

Answer: 60

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 2

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