hard Set 68 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 17

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":9,"result":19}
  • {"op":"-","operand":11,"result":8}
  • {"op":"+","operand":8,"result":16}
  • {"op":"+","operand":8,"result":24}
  • {"op":"-","operand":7,"result":17}
FinalValue
17
PathDescription
Step 1: +9 = 19; Step 2: -11 = 8; Step 3: +8 = 16; Step 4: +8 = 24; Step 5: -7 = 17

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

Show answer

Answer: 8

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 47

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