hard Set 77 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 90

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