easy Set 28 Form Exercise

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

Show answer

Answer: 72

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 1

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