hard Set 75 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 13

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":241,"result":11}
  • {"op":"+","operand":2,"result":13}
FinalValue
13
PathDescription
Step 1: ×3 = 21; Step 2: ×3 = 63; Step 3: ×4 = 252; Step 4: -241 = 11; Step 5: +2 = 13

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 124

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

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

Show answer

Answer: 44

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