Answer:
see explanation
Step-by-step explanation:
Given
(x - 3) × (x + 4) = 0, that is
(x - 3)(x + 4) = 0
The zero product indicates that (x - 3) = 0 or (x + 4) = 0
x - 3 = 0 ⇒ x = 3
x + 4 = 0 ⇒ x = - 4
Thus if x = 3, then
(3 - 3)(x + 4) = 0 × (x + 4) = 0
Similarly if x = - 4 the output is zero
Write the highlighted digit's place and value.
3. 567; ones place 4. 6,327; thousandth place
5. 9,325; hundredth place 6. 8,281; tenth place
Write each number in standard form.
7. 5,000 + 500 + 3; 5,503 8. 2,000 + 300 + 20 + 9; 2,329
9. 4,000 + 600 + 8; 4,608 9. 9,000 + 300 + 70 + 2; 9,372
11. 1,221
We know Sierra has the same numbers in the thousandth and ones place, so keep does numbers: 1,?2?
It also has two more hundreds and 3 fewer ones place: Take the original number; 1,024 (Make sure you keep the numbers) into a equation; (1024+200)-3. First Add as it's in the ( ), then subtract, 1,221
I hope I've helped!
Answer:
× 
Step-by-step explanation:
Using the rule of exponents
×
⇔ 
Given
, then
×
=
=
= 
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)