hard Set 39 Form Exercise

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

Show answer

Answer: 145

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 304

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

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

Show answer

Answer: 291

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 1

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