easy Set 27 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 21

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