hard Set 56 Form Exercise

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

Show answer

Answer: 61

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

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

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 12

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