Money is invested at two rates of interest. One rate is 8% and the other is 2%. If there is $1000 more invested at 8% than at 2%. Find the amount invested at each rate if the annual interest from both investments is $310. Let x amount invested at 8% and y = amount invested at 2%. Then the system that models the problem is [x=y+1000

0.08x+0.02y=310 Solve the system using the method of addition?=.

ok this is how my book says solve it
[2] x - y=100 -----> 2x-2y=2000
[-25] 0.08x+0.02y=310 -->-2x-0.5y=-7750

where and how did they get [-25]?

To solve the system using the method of addition, you need to manipulate the equations so that when you add them together, one variable will be eliminated.

In this case, you can multiply the first equation by 0.02 and the second equation by -2. This will make the coefficients of y in both equations equal and opposite, allowing you to eliminate the variable y when you add the equations together.

When you multiply the first equation by 0.02, you get:
0.02x - 0.02y = 20

When you multiply the second equation by -2, you get:
-0.16x - 0.04y = -620

Now, if you add these two equations together, you get:
0.02x - 0.02y + (-0.16x - 0.04y) = 20 + (-620)

Combining like terms:
-0.14x - 0.06y = -600

Therefore, the correct coefficient for x in the second equation is -0.14, not -2. To represent this correctly, the book used the number -25 as an approximation for -0.14.

(-0.14 ≈ -25 when rounded to the nearest whole number)

So, the correct system of equations is:

2x - 2y = 2000
-25x - 0.5y = -7750

To solve the system of equations:

1) x = y + 1000

2) 0.08x + 0.02y = 310

They subtracted equation (1) from equation (2) in order to eliminate the variable x.

Let me explain step by step:

1) Start with equation (2):

0.08x + 0.02y = 310

2) Multiply equation (1) by -0.08 (to get -0.08x) and multiply equation (1) by -0.02 (to get -0.02y):

-0.08x - 0.02y = -8000
0.08x + 0.02y = 310

3) Now, add the two equations together:

-0.08x - 0.02y + 0.08x + 0.02y = -8000 + 310

The x terms and y terms cancel each other out, which gives:

0 = -7690

4) Simplify the equation:

0 = -7690

Since this simplified equation is not true (0 ≠ -7690), it means that there is no solution to the system of equations. This tells you that something is wrong with the problem or the given information.

Therefore, there may be an error or inconsistency in the problem statement or the provided equations.

I hope this explanation helps! Let me know if you have any further questions.