Question 1162273
<br>
I use a non-standard, non-algebraic method to solve "mixture" problems like this.<br>
I will show a typical algebraic setup for each problem and let you finish the solution by those methods.<br>
Then I will show how I like to solve these problems informally, using logical reasoning and some simple arithmetic.<br>
first problem....<br>
Let x be the amount invested at 9%; then the amount invested at 7% is 13000-x.<br>
The total interest is to be $1000:<br>
{{{.09(x)+.07(13000-x) = 1000}}}<br>
Solve using basic algebra... although the decimals make the arithmetic tedious.<br>
My method compares the actual amount of interest to the amounts that would have been earned at each rate separately to determine how the money needs to be split between the two investments.<br>
All $13,000 at 7% would yield $910 interest.
The actual amount of interest is to be $1000.
All at 9% would yield $1170 interest.<br>
Use simple arithmetic to find that the actual interest is 9/26 of the way from $910 to $1170:
$910 to $1170 is a difference of $260
$910 to $1000 is a difference 0f $90<br>
The actual interest is 90/260 = 9/26 of the way from $910 to $1170.<br>
That means 9/26 of the total needs to be invested at the higher rate.<br>
9/26 of $13,000 is $4500.<br>
ANSWER: $4500 at 9%; the other $8500 at 7%.<br>
CHECK: .09(4500)+.07(8500) = 405+595 = 1000<br>
second problem....<br>
An algebraic setup:<br>
x = amount invested at 8%
8400-x = amount invested at 12%<br>
The interest from the 12% investment was 3 times the interest from the 8% investment:<br>
{{{.12(8400-x) = 3(.08(x))}}}<br>
Again solve using basic algebra.<br>
The problem is posed in a way that a little logical reasoning can lead to a quick solution.<br>
Specifically, since the 12% rate is 1.5 times the 8% rate, and since the interest from the 12% investment was 3 times the interest from the 8% investment, we can immediately conclude that the amount invested at 12% was 2 times the amount invested at 8%.<br>
Dividing the total of $8400 into the ratio 2:1, we see that the amount invested at 8% was $2800.<br>
And then the amount of interest from the 8% investment was .08($2800) = $224.<br>
CHECK: The interest from ($8400-$2800 = $5600) at 12% is twice the interest from the 8% investment: .12($5600) = $672 = 3*$224.<br>