hard Set 83 Form Exercise

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

Show answer

Answer: 35

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 115

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

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

Show answer

Answer: 75

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 108

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