Math Problem Statement

You invest $10,000 into two accounts, which receive 8% interest and 5% interest. At the end of a year, you had $10,710 in your combined accounts. How much was invested in each account?

Solution

To solve this problem, we can use a system of linear equations. Let:

  • xx be the amount invested in the 8% account.
  • yy be the amount invested in the 5% account.

The total investment is 10,00010,000, so: x+y=10,000x + y = 10,000

The total interest earned at the end of the year is 10,71010,000=71010,710 - 10,000 = 710, so: 0.08x+0.05y=7100.08x + 0.05y = 710

We now have the system of equations:

  1. x+y=10,000x + y = 10,000
  2. 0.08x+0.05y=7100.08x + 0.05y = 710

Step 1: Solve one equation for one variable

From the first equation: y=10,000xy = 10,000 - x

Step 2: Substitute into the second equation

Substitute y=10,000xy = 10,000 - x into 0.08x+0.05y=7100.08x + 0.05y = 710: 0.08x+0.05(10,000x)=7100.08x + 0.05(10,000 - x) = 710

Distribute the 0.050.05: 0.08x+5000.05x=7100.08x + 500 - 0.05x = 710

Simplify: 0.03x+500=7100.03x + 500 = 710

Step 3: Solve for xx

0.03x=7105000.03x = 710 - 500 0.03x=2100.03x = 210 x=2100.03=7,000x = \frac{210}{0.03} = 7,000

Step 4: Solve for yy

From y=10,000xy = 10,000 - x: y=10,0007,000=3,000y = 10,000 - 7,000 = 3,000

Final Answer:

  • x=7,000x = 7,000: $7,000 was invested in the 8% account.
  • y=3,000y = 3,000: $3,000 was invested in the 5% account.

Let me know if you'd like further details or explanations! Here are some follow-up questions for deeper understanding:

  1. How would the answer change if the interest rates were swapped?
  2. What would happen if the total interest earned was different (e.g., $800)?
  3. How can you verify the solution using substitution?
  4. What if the total investment was not $10,000 but $12,000?
  5. Can this problem be solved graphically?

Tip: When solving systems of equations, always check the solution by substituting back into the original equations.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Linear Equations
Systems of Equations
Interest Calculation

Formulas

x + y = total investment
0.08x + 0.05y = total interest

Theorems

Solving systems of linear equations
Interest formula

Suitable Grade Level

Grades 9-11