hard Set 59 Form Exercise

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

Show answer

Answer: 120

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

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

Show answer

Answer: 252

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

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

Show answer

Answer: 237

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

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

Show answer

Answer: 208

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

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

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

Math Maze: Start at 1. Follow the path: -1 → ×2 → -1 → +3 → +6. 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":2,"result":0}
  • {"op":"-","operand":1,"result":-1}
  • {"op":"+","operand":3,"result":2}
  • {"op":"+","operand":6,"result":8}
FinalValue
8
PathDescription
Step 1: -1 = 0; Step 2: ×2 = 0; Step 3: -1 = -1; Step 4: +3 = 2; Step 5: +6 = 8

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

Show answer

Answer: 26

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

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

Show answer

Answer: 89

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