Indirect material cost: y
explained by units produced: x
Linear regression. Cost estimation equation: y=mx+b
Constant: b=$15,640
Standard error of y estimate=$3,600
r^2=0.7704
Number of observations: n=22
x coeffient: m=11.25
Standard error of x coefficient=2.19
m=11.25, b=15,640 → y=11.25x+15,640
Answer: The cost estimation equation is y=11.25x+15,640
Answer:
Let the Dulcina's collection be 'x'
Let the Tremaine collection be 'x-39'
x + x - 39 =129
2x = 129 +39
2x = 168
x = 168/2
x = 84
Dulcina's collection = x = 84
Tremaine's collection = x - 39 = 84 - 39 = 45
Answer:
4(5x-8) (x+5)
Step-by-step explanation:
4(5x^2+17x-40)
4(5x-8) (x+5)
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.