easy Set 29 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 67

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