hard Set 38 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 21

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