The product is the result of multiplication
so the product of 83 and x is : 83x
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.
Nellie has to calculate the price per pound for every bag.
1) 2.52 / 3.5 = 0.72 $/lb
2) 5.40/7.5 = 0.72 $/lb
3) 7.92/11 = 0.72 $/lb
Then, price per pound is the same for any bag. There is no advantage of purchasing one or other, given that she can store any quantity.
Answer:
A=115 B=65 C=115 D=65
Step-by-step explanation:
Hope it helps