easy Set 33 Form Exercise

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

Show answer

Answer: 79

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 23

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