Guess and Check: A problem-solving strategy where you make educated guesses, check if they work, and refine based on results
- Understand the problem requirements
- Make an educated first guess
- Check if your guess satisfies all conditions
- Refine your guess based on results
- Repeat until solution is found
We need two consecutive integers whose product is 132
Let n = first integer, then (n+1) = second integer
So n(n+1) = 132
√132 ≈ 11.5, so try values around 11 and 12
Try n = 11: 11 × 12 = 132 ✓
This works!
Check: 11 and 12 are consecutive integers
Product: 11 × 12 = 132 ✓
The two consecutive integers are 11 and 12.
• Estimation: Use √product to estimate values
• Verification: Always check your answer
• Strategy: Guess and check works well for integer problems
Working Backwards: A strategy that starts with the final result and reverses operations to find the initial value
Sarah ended with $10
She spent half of what was left on a gift to end with $10
Before gift: $10 × 2 = $20
She spent $5 on candy to have $20 left
Before candy: $20 + $5 = $25
She spent half her money on a book to have $25 left
If $25 is half of what she had before buying book, then before book: $25 × 2 = $50
Start with $50
Book: $50 ÷ 2 = $25 spent, $25 left
Candy: $25 - $5 = $20 left
Gift: $20 ÷ 2 = $10 spent, $10 left ✓
Sarah started with $50.
• Reverse operations: Undo each step in reverse order
• Division becomes multiplication: If x/2 = y, then x = 2y
• Addition becomes subtraction: If x + a = y, then x = y - a
Draw a Diagram: A strategy that creates a visual representation of the problem to better understand relationships
Width = w, Length = w + 3
Perimeter = 2(length) + 2(width)
30 = 2(w + 3) + 2w
30 = 2w + 6 + 2w
30 = 4w + 6
24 = 4w
w = 6 feet
Length = w + 3 = 6 + 3 = 9 feet
Perimeter = 2(6) + 2(9) = 12 + 18 = 30 feet ✓
The garden is 6 feet wide and 9 feet long.
• Diagram helps: Visualize relationships between dimensions
• Perimeter formula: P = 2l + 2w
• Algebraic translation: Convert visual into equation
Problem-Solving Strategy: A systematic approach to tackle mathematical problems
Heuristic: A problem-solving technique that may not guarantee a solution but often leads to one
Consecutive Integers: Integers that follow each other in order (n, n+1, n+2, ...)
Perimeter: The distance around the outside of a shape
Verification: Checking that your solution is correct
Systematic Approach: Following a consistent, organized method
Logical Reasoning: Using facts and rules to reach conclusions
Algebraic Translation: Converting word problems into mathematical equations
- Understand: Read the problem carefully and identify what is being asked
- Plan: Choose an appropriate strategy based on the problem type
- Solve: Carry out the chosen strategy step-by-step
- Check: Verify that your answer makes sense and is correct
Make a Table: A strategy that organizes information in rows and columns to identify patterns and relationships
| Hour | Bacteria Count |
|---|---|
| 0 | 50 |
| 1 | 100 |
| 2 | 200 |
| 3 | 400 |
| 4 | 800 |
| 5 | 1600 |
| 6 | 3200 |
Each hour, the count is multiplied by 2
This is exponential growth: P(t) = P₀ × 2^t
P(6) = 50 × 2^6 = 50 × 64 = 3,200
Checking the table: after 6 hours, count is 3,200 ✓
After 6 hours, there will be 3,200 bacteria.
• Pattern recognition: Tables help identify growth patterns
• Exponential growth: P(t) = P₀ × b^t
• Organization: Tables organize complex information
Strategy Combination: Using multiple problem-solving approaches to verify and solve complex problems
Let n = age of youngest friend
Then ages are: n, n+2, n+4 (consecutive even integers)
n + (n+2) + (n+4) = 54
3n + 6 = 54
3n = 48
n = 16
So ages are 16, 18, and 20
Try: 14, 16, 18 → 14+16+18 = 48 (too low)
Try: 16, 18, 20 → 16+18+20 = 54 ✓
Average age = 54 ÷ 3 = 18
Three consecutive even integers around 18: 16, 18, 20 ✓
The three friends are 16, 18, and 20 years old.
• Verification: Multiple approaches confirm correctness
• Consecutive even: n, n+2, n+4
• Flexibility: Different strategies can lead to same solution
Problem-Solving Strategy: A systematic method for approaching and solving mathematical problems
Heuristic: A technique that helps solve problems but doesn't guarantee a solution
Systematic Approach: Following a consistent, organized method to solve problems
Verification: Checking that your solution is correct and makes sense
Consecutive Integers: Integers that follow each other in order (n, n+1, n+2, ...)
Consecutive Even/Odd: Even or odd integers that follow each other (n, n+2, n+4, ...)
Algebraic Translation: Converting word problems into mathematical equations
Logical Reasoning: Using facts and rules to reach valid conclusions
- Understand: Carefully read the problem, identify what is asked
- Plan: Choose the most appropriate strategy
- Solve: Execute the strategy step-by-step
- Check: Verify the solution and ensure it makes sense
- Reflect: Consider alternative strategies or extensions
• Understand first: Spend time understanding the problem before attempting to solve
• Choose wisely: Match strategy to problem type
• Organize: Keep work neat and organized
• Verify: Always check your solution
• Be flexible: Switch strategies if one isn't working