Solve the problem.Each bank teller at Bank4U is first given a 7% cost-of-living raise and then a $1650 merit raise. Write a function that transforms each old salary x into a new salary N(x). Does it make any difference in which order these raises are given? Explain.
A. N(x) = 1.07x + 1650; Yes, because 7% of the current salary, x, is less than 7% of the sum of $1650 and the current salary, (1650 + x).
B. N(x) = 1.07(1650 + x); No, they would be the same amounts either way.
C. N(x) = 0.07(1650 + x); Yes, because 7% of the current salary, x, is less than 7% of the sum of $1650 and the current salary, (1650 + x).
D. N(x) = 0.07x + 1650; Yes, because 7% of the current salary, x, is less than 7% of the sum of $1650 and the current salary, (1650 + x).
Answer: A
You might also like to view...
Give an appropriate answer.Letf(x) = -2 and
g(x) = -7. Find
[f(x) + g(x)]2.
A. 5 B. 53 C. -9 D. 81
Name the property used to go from step to step indicated by an a), b), c), or d).
What will be an ideal response?
Graph the ellipse.81x2 + y2 - 1134x + 3888 = 0
A.
B.
C.
D.
Provide an appropriate response. Solve for x: 0.5x = 1500
A. x = 42.2030 B. x = -10.5507 C. x = 84.4060 D. x = -21.1015