easy Set 81 Form Exercise

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

Show answer

Answer: 57

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 66

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