easy Set 39 Form Exercise

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

Show answer

Answer: 26

SubType
math-maze
Difficulty
easy
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"\u00d7","operand":3,"result":120}
  • {"op":"-","operand":94,"result":26}
FinalValue
26
PathDescription
Step 1: ×4 = 40; Step 2: ×3 = 120; Step 3: -94 = 26

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

Show answer

Answer: 66

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 68

SubType
math-maze
Difficulty
easy
StartValue
10
Steps
  • {"op":"+","operand":9,"result":19}
  • {"op":"\u00d7","operand":4,"result":76}
  • {"op":"-","operand":8,"result":68}
FinalValue
68
PathDescription
Step 1: +9 = 19; Step 2: ×4 = 76; Step 3: -8 = 68