hard Set 62 Form Exercise

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

Show answer

Answer: 498

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 29

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"+","operand":3,"result":7}
  • {"op":"+","operand":10,"result":17}
  • {"op":"-","operand":3,"result":14}
  • {"op":"+","operand":5,"result":19}
  • {"op":"+","operand":10,"result":29}
FinalValue
29
PathDescription
Step 1: +3 = 7; Step 2: +10 = 17; Step 3: -3 = 14; Step 4: +5 = 19; Step 5: +10 = 29

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

Show answer

Answer: 25

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

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

Show answer

Answer: 30

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