hard Set 48 Form Exercise

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

Show answer

Answer: 67

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

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

Show answer

Answer: 2

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

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

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: -5

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