Answer:
here is your answer
if you will not like then you are ehsanfaramosh
1. D; -5m+2m, because -5+2=-3
2. B; 4 terms, every part of an expression that's not the subtraction/addition sign counts as a term.
3. Not 100% sure about this one, but I'll go with B; 4x².
4. C; 5b, that term cannot be combined because the variable is different from the rest.
I hope this was helpful.
Finance charge is a fee that represents the cost of borrowing or credit.
In this equation, it shows the total amount paid through credit subtracted by the cost of vehicle.
let x be the finance charge
x = $4,100 + 36 months ($251.34/month) - <span>$11,578
</span>x = $4,100 + $9,048.24 - <span>$11,578 </span>
x = ($4,100 + $9,048.24) - $11,578
x = $13,148.24 - $11,578
x = $1,570.24.
The finance charge is $1,570.24
Hi there, -5*10/9*8=-50/72, -50/72 simplified is -25/36. Therefore, the answer is A. -25/36
Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.