hard Set 17 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 71

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 92

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