Answer:
P(x) = (0.049x - 0.0000015x²)
Step-by-step explanation:
price per sticker is 0.14 − 0.000002x dollars
total cost of producing the order is 0.091x − 0.0000005x² dollars.
P(x) = profit = Revenue - Cost
Let the number of units of stickers made be x
Revenue = (price per sticker) × (total units sold) = (0.14 − 0.000002x) × (x)
= (0.14x - 0.000002x²) dollars.
Cost of producing x units in the order = (0.091x − 0.0000005x²)
P(x) = 0.14x - 0.000002x² - (0.091x − 0.0000005x²) = 0.14x - 0.091x - 0.000002x² + 0.0000005x²
= (0.049x - 0.0000015x²)
P(x) = (0.049x - 0.0000015x²)
Hope this Helps!!!
To get the points at which the two boats meet we need to find the equations that model their movement:
Boat A:
vertex form of the equation is given by:
f(x)=a(x-h)^2+k
where:
(h,k) is the vertex, thus plugging our values we shall have:
f(x)=a(x-0)^2+5
f(x)=ax^2+5
when x=-10, y=0 thus
0=100a+5
a=-1/20
thus the equation is:
f(x)=-1/20x^2+5
Boat B
slope=(4-0)/(10+10)=4/20=1/5
thus the equation is:
1/5(x-10)=y-4
y=1/5x+2
thus the points where they met will be at:
1/5x+2=-1/20x^2+5
solving for x we get:
x=-10 or x=6
when x=-10, y=0
when x=6, y=3.2
Answer is (6,3.2)