Answer: C (x, y) ➔ (0.375x, 0.375y)
Ok, MissWalker! Please try your best to understand this, it may get confusing.
I have solved this on a different website, and here is my solving in a picture. I hope I helped!!! :D
Answer:
A
Step-by-step explanation:
because proportion is right vertical
Answer:
x ≈ {0.653059729092, 3.75570086464}
Step-by-step explanation:
A graphing calculator can tell you the roots of ...
f(x) = ln(x) -1/(x -3)
are near 0.653 and 3.756. These values are sufficiently close that Newton's method iteration can find solutions to full calculator precision in a few iterations.
In the attachment, we use g(x) as the iteration function. Since its value is shown even as its argument is being typed, we can start typing with the graphical solution value, then simply copy the digits of the iterated value as they appear. After about 6 or 8 input digits, the output stops changing, so that is our solution.
Rounded to 6 decimal places, the solutions are {0.653060, 3.755701}.
_____
A similar method can be used on a calculator such as the TI-84. One function can be defined a.s f(x) is above. Another can be defined as g(x) is in the attachment, by making use of the calculator's derivative function. After the first g(0.653) value is found, for example, remaining iterations can be g(Ans) until the result stops changing,
Answer:
The correct answer would be, No of bracelets the company must sell to break even would be 15
Step-by-step explanation:
Revenue is given by the function as:
R(x) = 20x
and Cost is given by the function as:
C(x) = 180 + 8x
Let the function P(x) represent the profit earned.
We know that Profit is equal to Revenue - Cost
i-e
Profit = Revenue - Cost
So,
P(x) = R(x) - C(x)
Now substituting the Revenue and cost values in the above equation.
P(x) = 20x - (180 + 8x)
P(x) = 20x -180 -8x
P(x) = 20x - 8x -180
P(x) = 12x - 180
Now if we want to find out the break even point, we would consider profit as Zero, 0. So substituting 0 in the above equation for Profit, we will get:
0 = 12x - 180
12x = 180
x = 180/12
x = 15
So the break even point will be 15 bracelets.