Answer:
Bonds: $42,000
Certificates of deposit: $41,000
Step-by-step explanation:
Total invested = Amount in bonds + Amount in CDs
Amount in bonds = Amount in CDs + 1000
Let the amount in bonds = B and the amount in CDs = C
1. 83,000 = B + C
2. B = C+1000
Since the above expression (#2) defines B, you can substitute it for the B in the first equation (#1).
83,000 = C + 1000 + C
Now, you can solve for C.
83,000 = 2C + 1000
82,000 = 2C
41,000 = C
You know that the amount invested in bonds is $1000 greater than the amount invested in CDs, so add $1000 to C and you find B, $42,000.
Answer:
Step-by-step explanation:
a) <u>Jamal spent:</u>
<u>Isaiah spent:</u>
<u>The equation is:</u>
b) <u>Solving the equation</u>
- 2x = 3x - 6.75
- 3x - 2x = 6.75
- x = 6.75
c) <u>Jamal's items cost </u>
<u>Isaiah's items cost </u>
- $6.75 - $2.25 = $4.50 each
Answer:
What is the point used in the equation of the line y+4=1/2(x-2)
The other format for straight-line equations is called the "point-slope" form. For this one, they give you a point (x1, y1) and a slope m, and have you plug it into this formula:
y - y1 = m(x - x1)
Don't let the subscripts scare you. They are just intended to indicate the point they give you. You have the generic "x" and generic "y" that are always in your equation, and then you have the specific x and y from the point they gave you; the specific x and y are what is subscripted in the formula. Here's how you use the point-slope formula
They've given me m = 4, x1 = -1, and y1 = -6. I'll plug these values into the point-slope form, and solve for "y=":
y - y1 = m(x - x1)
y - (-6) = (4)(x - (-1))
y + 6 = 4(x + 1)
y + 6 = 4x + 4
y = 4x + 4 - 6
y = 4x - 2