hard Set 71 Form Exercise

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

Show answer

Answer: 39

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 38

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":9,"result":19}
  • {"op":"+","operand":3,"result":22}
  • {"op":"+","operand":8,"result":30}
  • {"op":"+","operand":3,"result":33}
  • {"op":"+","operand":5,"result":38}
FinalValue
38
PathDescription
Step 1: +9 = 19; Step 2: +3 = 22; Step 3: +8 = 30; Step 4: +3 = 33; Step 5: +5 = 38

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

Show answer

Answer: -2

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

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

Show answer

Answer: 73

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 101

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"-","operand":18,"result":12}
  • {"op":"\u00d7","operand":4,"result":48}
  • {"op":"\u00d7","operand":3,"result":144}
  • {"op":"-","operand":43,"result":101}
FinalValue
101
PathDescription
Step 1: ×3 = 30; Step 2: -18 = 12; Step 3: ×4 = 48; Step 4: ×3 = 144; Step 5: -43 = 101