hard Set 39 Form Exercise

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

Show answer

Answer: 87

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 156

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 316

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

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

Show answer

Answer: 110

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

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

Show answer

Answer: 450

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