easy Set 61 Form Exercise

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

Show answer

Answer: 32

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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