hard Set 61 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 152

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":2,"result":20}
  • {"op":"\u00d7","operand":4,"result":80}
  • {"op":"+","operand":7,"result":87}
  • {"op":"\u00d7","operand":2,"result":174}
  • {"op":"-","operand":22,"result":152}
FinalValue
152
PathDescription
Step 1: ×2 = 20; Step 2: ×4 = 80; Step 3: +7 = 87; Step 4: ×2 = 174; Step 5: -22 = 152

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

Show answer

Answer: -2

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

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

Show answer

Answer: 89

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

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

Show answer

Answer: 63

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"+","operand":4,"result":11}
  • {"op":"+","operand":3,"result":14}
  • {"op":"+","operand":9,"result":23}
  • {"op":"\u00d7","operand":4,"result":92}
  • {"op":"-","operand":29,"result":63}
FinalValue
63
PathDescription
Step 1: +4 = 11; Step 2: +3 = 14; Step 3: +9 = 23; Step 4: ×4 = 92; Step 5: -29 = 63

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

Show answer

Answer: 211

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

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

Show answer

Answer: 2

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