hard Set 68 Form Exercise

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

Show answer

Answer: 124

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 56

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"\u00d7","operand":4,"result":20}
  • {"op":"\u00d7","operand":2,"result":40}
  • {"op":"\u00d7","operand":2,"result":80}
  • {"op":"-","operand":28,"result":52}
  • {"op":"+","operand":4,"result":56}
FinalValue
56
PathDescription
Step 1: ×4 = 20; Step 2: ×2 = 40; Step 3: ×2 = 80; Step 4: -28 = 52; Step 5: +4 = 56

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

Show answer

Answer: 109

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

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

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