Question 2477
>>...The charge for Yellow's Yard Service is a linear function of the number of hours the yard work takes. Len was charged $44 for three hours of yard work, while his neighbor Mavis was charged $60 for five hours of work. Write the cost C of having Yellow's work on a lawn as a function of the number of hours n it takes them to finish the work Thanks in advance for your help!!...<<
`	
>>...Len was charged $44 for three hours of yard work,...<<
>>...the cost C...<<
>>...number of hours n...<< 
`
Translation:  when n = 3, C = 44 
`
>>...Mavis was charged $60 for five hours of work...<<
>>...the cost C...<<
>>...number of hours n...<< 
`
translation: when n = 5, C = 60
`
We turn this into the problem:
`
Write the equation of the line which passes through the two points (3, 44) and (5, 60)
`
Use slope formula:
m = (y<sub>2</sub> - y<sub>1</sub>)/(x<sub>2</sub> - x<sub>1</sub>)
``
m = (60 - 44)/(5 - 3) = 16/2 = 8
`
Use point-slope fomula:
`
y = y<sub>1</sub> = m(x - x<sub>1</sub>)
`
y - 44 = 8(x - 3)
`
y - 44 = 8x - 24
`
y = 8x + 20
`
Now we change y to C and x to n
`
C = 8n + 20
`
Check: Substitute n=3 and get C = 8(3) + 20 = 24+20 = 44
Substitute n=5 and get C = 8(5) + 20 = 40+20 = 60
`
Edwin