Math Problem Statement

marc is 3 times as old as his brother, john. The sum of the squares of their ages two years ago was 178. If John is x years old, form an equation in x and show that it reduces to 5x^2-8x-85=0

Solution

Let John's current age be xx years.

Step 1: Express Marc's age in terms of xx

Since Marc is 3 times as old as John: Marc’s age=3x\text{Marc's age} = 3x

Step 2: Two years ago

Two years ago:

  • John's age was x2x - 2,
  • Marc's age was 3x23x - 2.

Step 3: Use the information about the sum of the squares

The sum of the squares of their ages two years ago was 178: (x2)2+(3x2)2=178(x - 2)^2 + (3x - 2)^2 = 178

Step 4: Expand the squares

Expand (x2)2(x - 2)^2 and (3x2)2(3x - 2)^2: (x2)2=x24x+4(x - 2)^2 = x^2 - 4x + 4 (3x2)2=9x212x+4(3x - 2)^2 = 9x^2 - 12x + 4

Step 5: Combine terms

Add the two squares: x24x+4+9x212x+4=178x^2 - 4x + 4 + 9x^2 - 12x + 4 = 178 x2+9x24x12x+4+4=178x^2 + 9x^2 - 4x - 12x + 4 + 4 = 178 10x216x+8=17810x^2 - 16x + 8 = 178

Step 6: Simplify the equation

Subtract 178 from both sides: 10x216x+8178=010x^2 - 16x + 8 - 178 = 0 10x216x170=010x^2 - 16x - 170 = 0

Step 7: Divide through by 2

To simplify further, divide all terms by 2: 5x28x85=05x^2 - 8x - 85 = 0

Final Answer:

The equation is: 5x28x85=05x^2 - 8x - 85 = 0

Would you like me to solve the equation or explain further? Here are 5 related questions:

  1. How do we solve 5x28x85=05x^2 - 8x - 85 = 0?
  2. What does this equation tell us about their ages?
  3. How can the quadratic formula be applied to this problem?
  4. Are there any real-life examples where similar age-related problems occur?
  5. How can you verify the solution once the quadratic is solved?

Tip: Always check your expanded terms carefully to avoid errors in large problems.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Quadratic Equations
Age-Related Word Problems

Formulas

Quadratic equation: ax^2 + bx + c = 0
Expansion of squares: (a - b)^2 = a^2 - 2ab + b^2

Theorems

Quadratic formula: x = (-b ± √(b^2 - 4ac)) / 2a

Suitable Grade Level

Grades 8-10