hard Set 28 Form Exercise

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

Show answer

Answer: 144

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

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

Show answer

Answer: 453

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 18

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":2,"result":42}
  • {"op":"+","operand":10,"result":52}
  • {"op":"\u00d7","operand":2,"result":104}
  • {"op":"-","operand":86,"result":18}
FinalValue
18
PathDescription
Step 1: ×3 = 21; Step 2: ×2 = 42; Step 3: +10 = 52; Step 4: ×2 = 104; Step 5: -86 = 18

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

Show answer

Answer: 22

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 10

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