hard Set 90 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: -4

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

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

Show answer

Answer: 2

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