hard Set 61 Form Exercise

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

Show answer

Answer: 252

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":3,"result":63}
  • {"op":"-","operand":21,"result":42}
  • {"op":"\u00d7","operand":2,"result":84}
  • {"op":"\u00d7","operand":3,"result":252}
FinalValue
252
PathDescription
Step 1: ×3 = 21; Step 2: ×3 = 63; Step 3: -21 = 42; Step 4: ×2 = 84; Step 5: ×3 = 252

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

Show answer

Answer: 6

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 5

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":2,"result":12}
  • {"op":"+","operand":5,"result":17}
  • {"op":"\u00d7","operand":2,"result":34}
  • {"op":"-","operand":5,"result":29}
  • {"op":"-","operand":24,"result":5}
FinalValue
5
PathDescription
Step 1: +2 = 12; Step 2: +5 = 17; Step 3: ×2 = 34; Step 4: -5 = 29; Step 5: -24 = 5

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

Show answer

Answer: 17

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"+","operand":10,"result":19}
  • {"op":"-","operand":9,"result":10}
  • {"op":"+","operand":8,"result":18}
  • {"op":"-","operand":2,"result":16}
  • {"op":"+","operand":1,"result":17}
FinalValue
17
PathDescription
Step 1: +10 = 19; Step 2: -9 = 10; Step 3: +8 = 18; Step 4: -2 = 16; Step 5: +1 = 17

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

Show answer

Answer: 21

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

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

Show answer

Answer: 6

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