SOLUTION: How can I interpolate the data 1 hour for $150, 3 hours for $175, 4 hours for $185, 6 hours for $200, 8 hours for $300 to estimate the amount of money Gracie may earn if she displa
Algebra.Com
Question 1046605: How can I interpolate the data 1 hour for $150, 3 hours for $175, 4 hours for $185, 6 hours for $200, 8 hours for $300 to estimate the amount of money Gracie may earn if she displays her items for 7 hours.
Thanks you for your help.
Found 2 solutions by ewatrrr, rothauserc:
Answer by ewatrrr(24785) (Show Source): You can put this solution on YOUR website!
depending on accuracy needed:
One may want to use a scatter plot in Excel and find the equation of the trend line
Answer by rothauserc(4718) (Show Source): You can put this solution on YOUR website!
We need to do a linear regression analysis, the general equation is
:
y = b0 + (b1 * x)
:
let x be the hour/s of display and y be the cost
:
first step is to calculate the mean for x and the mean for y
:
x mean = (1 + 3 + 4 + 6 + 8) / 5 = 4.4
y mean = (150 + 175 + 185 + 200 + 300) / 5 = 202
:
now we can calculate
:
b1 = [summation of (xi - xmean) * (yi - ymean)] / [summation (xi -xmean)^2] = 571 / 29.2 = 19.5548
:
b0 = ymean - b1 * xmean = 202 - (19.5548 * 4.4) = 115.9589
:
***********************************************************
our linear regression equation is
:
y = 19.5548x + 115.9589
:
if x = 7, then
:
y = 19.5548*7 + 115.9589 = 252.8425 approx $253
************************************************************
:
RELATED QUESTIONS
Can you predict the amount of money Gracie may earn if she displays her items for 10... (answered by ikleyn)
What is the amount of money Gracie will earn if she displays her items for 10 hours by... (answered by ikleyn)
write a ratio for each word phrase in lowest terms
5 hours to 6 hours
20 hours to 3 (answered by ewatrrr)
If 300 people work for 8 hours ,how many people would work for 1... (answered by fcabanski)
$95 for three hours rental , $15 for every hour hour after that if I don't want to spend... (answered by fractalier)
Mike, Joe, and Bill are painting a fence. The painting can be finished if Mike and Joe... (answered by ptaylor)
Mike, Joe and Bill are painting a fence. The painting can be finished if Mike and Joe... (answered by ankor@dixie-net.com)
A laptop repairman charges a service fee of Php 200 plus Php 150 for every hour of work.
(answered by ikleyn)
2. If Sally can paint a house in 4 hours, and John can paint the same house in 6 hour,... (answered by Alan3354)