SOLUTION: Ethan invested $19,000 for 1 year, part at 11% simple interest and part at 13% simple interest. If he earned a total of $2,290 in interest, how much was invested at each rate?

Algebra ->  Finance -> SOLUTION: Ethan invested $19,000 for 1 year, part at 11% simple interest and part at 13% simple interest. If he earned a total of $2,290 in interest, how much was invested at each rate?       Log On


   



Question 1205484: Ethan invested $19,000 for 1 year, part at 11% simple interest and part at 13% simple interest. If he earned a total of $2,290 in interest, how much was invested at each rate?

Found 4 solutions by ikleyn, mananth, Edwin McCravy, greenestamps:
Answer by ikleyn(52765) About Me  (Show Source):
You can put this solution on YOUR website!
.
Ethan invested $19,000 for 1 year, part at 11% simple interest and part at 13% simple interest.
If he earned a total of $2,290 in interest, how much was invested at each rate?
~~~~~~~~~~~~~~~~~~~~~~~~

Let x be the investment at 13%.

Then the investment at 11% is (19000-x) dollars.


Write the total annual interest equation

    0.13x + 0.11*(19000-x) = 2290  dollars.


Simplify this equation and find x

    0.13x + 0.11*19000 - 0.11x = 2290

    0.13x - 0.11x = 2290 - 0.11*19000

        0.02x     =    200

            x     =    200/0.02 = 10000.


ANSWER.  $10,000 invested at 13% and the rest,  $19000 - $10000 = $9000 invested at 11%.


CHECK.   0.13*10000 + 0.11*9000 = 2290  dollars, the total annual interest.   ! correct !

Solved.

-------------------


To see many other similar solved problems using one equation in one unknown,  look into the lesson
    - Typical investment problems
in this site.

To see many other similar solved problems using systems of two equations in two unknowns,  look into the lesson
    - Using systems of equations to solve problems on investment
in this site.




Answer by mananth(16946) About Me  (Show Source):
You can put this solution on YOUR website!
Ethan invested $19,000 for 1 year, part at 11% simple interest and part at 13% simple interest. If he earned a total of $2,290 in interest, how much was invested at each rate?
let the amount invested at 11% a be x
and the amount invested at 13% awill be 19,000 -x

The formula for simple interest is I=prt
The interest earned from the amount invested at 11%

is given by x*0.11*1 = 0.11x
the amount invested at 13% =19000-x
interest earned is given by
(19,000−x)*0.13*1
2470-0.13x
total interest =2290
0.11x+2470+0.13x = 2290
-0.02x = 2290-2470
-0.02x =-180
x = 9000
19000-x =10000
Ethan invested $9,000 at 11% and $10,000 (since $ at 13%.


Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!

Most teachers use charts to set up word problems.
Also it is easier to set up word problems using
2 unknowns instead of 1.  With 1 unknown you need
the formula 

ONE PART = WHOLE minus OTHER PART.

But when you use two variables, you let x be one part
and y be the other part.

           |------|---------|--------|
           |dollar|  % as   |        |
           |amount| decimal |interest|           
-----------|------|---------|--------|
  1st part |   x  |   0.11  | 0.11x  |
  2nd part |   y  |   0.13  | 0.13y  |
-----------|------|---------|--------|
   totals  | 19000|#########| 2290   | 


The system of equations comes from the 
dollar amount and the interest columns

system%28x%2By=19000%2C+0.11x%2B0.13y=2290%29

Solve the first equation for y

y=19000-x

and substitute in

0.11x%2B0.13y=2290

0.11x%2B0.13%2819000-x%29=2290

Clear of decimals by multiplying by 100,
which involves moving the decimal points
two places right, and annexing two zeros
on the term on the right side:

11x%2B13%2819000-x%29=229000

11x+%2B+247000+-+13x+=+229000

-2x+%2B+247000+=+229000

-2x+=+229000-247000

-2x+=+-18000

x+=+9000

Substitute in 

y=19000-x

y=19000-9000

y=10000

Answer:  $9000 at 11% and $10000 at 13%

Edwin






Answer by greenestamps(13198) About Me  (Show Source):
You can put this solution on YOUR website!


Here is a solution by a method completely different from the standard algebraic solutions shown by the other tutors. This method can be use to solve any 2-part "mixture" problem like this one.

All $19,000 invested at 11% would yield $2090 interest; all invested at 13% would yield $2470 interest.

The amounts invested at the two rates to yield $2290 in interest is exactly determined by where the actual interest of $2290 lies between $2090 and $2470.

Use a number line, if it helps, to observe/calculate that $2290 is $2000/$3800 = 20/38 = 10/19 of the way from $2090 to $2470. That means 10/19 of the total was invested at the higher rate.

10/19 of $19,000 is, trivially, $10,000.

ANSWER: $10,000 was invested at 13%, the other $9000 at 11%

CHECK: .13(10000)+.11(9000) = 1300+990 = 2290

For me, at least, that solution is much easier than a formal algebraic solution using either one or two variables.