easy Set 61 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 76

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