hard Set 77 Form Exercise

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

Show answer

Answer: 288

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 28

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