hard Set 86 Form Exercise

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

Show answer

Answer: 556

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 2

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