XYZ Company sales went from $12,000 to $14,000 a week.

What will be an ideal response?

The change is from 12,000 to 14,000, so: v1= 12,000 and v2 = 14,000
f=v2/vi c = (f— 1) *100
f= 14000 / 12000 = 1.16667
c = (1.1667 — 1) * 100 c = 16.67% (increase)
Weekly sales of $14,000 are 16.67% greater than the previous sales of $12,000.

Computer Science & Information Technology

You might also like to view...

An icon holds files

Indicate whether the statement is true or false

Computer Science & Information Technology

After the signal is processed, the previously executing code can continue from where it terminated; in such a case, we say the code is_________ .

a) robust. b) re-entrant. c) resumable. d) None of the above.

Computer Science & Information Technology