hard Set 86 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 300

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 68

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