hard Set 69 Form Exercise

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

Show answer

Answer: 334

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

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

Show answer

Answer: 105

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 1

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

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

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

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

Show answer

Answer: 8

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