hard Set 51 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 1008

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":3,"result":63}
  • {"op":"\u00d7","operand":2,"result":126}
  • {"op":"\u00d7","operand":2,"result":252}
  • {"op":"\u00d7","operand":4,"result":1008}
FinalValue
1008
PathDescription
Step 1: ×3 = 21; Step 2: ×3 = 63; Step 3: ×2 = 126; Step 4: ×2 = 252; Step 5: ×4 = 1008