hard Set 81 Form Exercise

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

Show answer

Answer: 67

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 10

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

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

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 216

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