hard Set 73 Form Exercise

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

Show answer

Answer: 184

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

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

Show answer

Answer: -32

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: -5

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

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

Show answer

Answer: 672

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

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

Show answer

Answer: 25

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