hard Set 55 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 360

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":2,"result":16}
  • {"op":"\u00d7","operand":4,"result":64}
  • {"op":"\u00d7","operand":2,"result":128}
  • {"op":"-","operand":8,"result":120}
  • {"op":"\u00d7","operand":3,"result":360}
FinalValue
360
PathDescription
Step 1: ×2 = 16; Step 2: ×4 = 64; Step 3: ×2 = 128; Step 4: -8 = 120; Step 5: ×3 = 360

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

Show answer

Answer: 32

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 24

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