A. Write a function f(x) to represent the price after the 80% markup.
<span>b. Write a function g(x) to represent the price after the 25% markdown. </span>
<span>c. Use a composition function to find the price of an item after both price adjustments that originally costs the boutique $150. </span>
<span>d. Does the order in which the adjustments are applied make a difference? Explain.
</span>
answers
<span>a) f(x) = 1.8x
b) f(x) = 0.75(1.8x)
c) f(150) = 0.75(1.8(150) = $202.50
d) No, it doesn't matter. The result is the same.
</span>
Answer:
$220
Step-by-step explanation:
Make a proportion
We know that 99 over some number (x) must equal 45%
99/x=45/100
Cross multiply
45x=9,900
Divide by 45 on both sides
x=220
So, the tablet costs $220
Hope this helps! :)
We are asked to find unknown or the missing number to complete the polynomial given in the problem which is x² + ?x -49. First, let us equate the number to be equal to zero such as it would become x² + ?x - 49 = 0. Next, we need to find the factors such that it would produce a difference of squares and these two factors are a = +7 and b = -7. Hence, the complete solution is shown below:
(x + 7) (x-7) = 0
perform distribution and multiplication of terms such as shown below:
x² + 7x - 7x - 49 = 0
Combine the same term such as we can either add or subtract +7x to -7x and the result will be equal to 0x.
x² + 0x - 49 = 0
Therefore, the missing number is 0. The answer is 0 which will result to x² +0x - 49.
Answer:
Step-by-step explanation:
The y-intercept is the value of y when x=0.
8(0) - 3y = 0
y = 0
y-intercept = 0
7x^2 - x = 6
7x^2 - x - 6 = 0
(7x + 6 )(x - 1) = 0
7x + 6 = 0; x = -6/7
x - 1 = 0; x = 1
answer
x = -6/7; x = 1