hard Set 77 Form Exercise

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

Show answer

Answer: 45

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 19

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