hard Set 17 Form Exercise

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

Show answer

Answer: 52

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 85

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

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

Show answer

Answer: 25

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