hard Set 75 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 216

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