hard Set 77 Form Exercise

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

Show answer

Answer: 60

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 30

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