hard Set 38 Form Exercise

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

Show answer

Answer: 272

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 200

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 135

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