Answer:y= -4
Step-by-step explanation:
1 Solve for xx in 7x-4y=-127x−4y=−12.
x=\frac{4(y-3)}{7}
x=
7
4(y−3)
2 Substitute x=\frac{4(y-3)}{7}x=
7
4(y−3)
into 9x-4y=-209x−4y=−20.
\frac{36(y-3)}{7}-4y=-20
7
36(y−3)
−4y=−20
3 Solve for yy in \frac{36(y-3)}{7}-4y=-20
7
36(y−3)
−4y=−20.
y=-4
y=−4
4 Substitute y=-4y=−4 into x=\frac{4(y-3)}{7}x=
7
4(y−3)
.
x=-4
x=−4
5 Therefore,
\begin{aligned}&x=-4\\&y=-4\end{aligned}
x=−4
y=−4
Answer:
x<7
Step-by-step explanation:
Divide by -7 on both sides and when dividing by a negative you should flip the inequality sign.
Answer:
The answers would be as follows:
1. d
2. a
3. a
Step-by-step explanation:
To find the combined terms, focus only on the terms that have the same variable value. See the examples below.
1.
7 + 19t - 6t
7 + (19t - 6t)
7 + 13t
2.
5/6x - 2/3x
(5/6x - 2/3x)
1/6x
3.
8 + 16r - 9r
8 + (16r - 9r)
8 + 7r
Answer:
- recursive: a[1] = 7440; a[n+1] = a[n] -120
- explicit: a[n] = 7440 -120(n -1)
Step-by-step explanation:
The sequence of amounts in Jackson's account will be ...
7440, 7320, 7200, ...
with a first value (a1) of 7440 and a common difference (d) of -120.
The recursive formula for an arithmetic sequence is ...
a[1] = a1
a[n+1] = a[n] +d
For our sequence, the recursive formula is ...
a[1] = 7440
a[n+1] = a[n] -120
__
The explicit formula for an arithmetic sequence is ...
an = a1 +d(n -1)
For our sequence, the explicit formula is ...
a[n] = 7440 -120(n -1)