hard Set 88 Form Exercise

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

Show answer

Answer: 66

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 73

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 208

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