The change is from June, so: vi = 0.9 and v2= unknown f= v2 1 vi = ( f— 1) *100 f= v21 0.9 — 20 = [(v2 / 0.9) — 1)] * 100 v2= [( 20 / 100) + 1] * 0.9 v2 = 0.8 * 0.9 v2= $0.72 million (decrease) July sales would need to be $0,72 million to be 20% less than in June.

What will be an ideal response?


v1= 1.2 and v2 = unknown
f = v2 / vi c = (f— 1) * 100
f= v2 1 1.2
20 = [(v2 / 1.2) — 1)] * 100 v2= [(20 / 100) + 1] * 1.2
v2— 1.2 * 1.21
v2= $1.44 million (increase)
July sales would need to be $1.44 million to be 20% greater than in January.

Computer Science & Information Technology

You might also like to view...

A(n) _________ database is very flexible because it can store data for several different but related categories.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Write an XML document that marks up the following information in Fig. 15.22.

![15075|473x212](upload://tqyjFBuqjWVwOkOJOk8AFui3tl.png)

Computer Science & Information Technology

?In Microsoft Access 2016, if you want to delete a record from the primary table, you first must delete the related records in the related table.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Write a recursive method that takes 3 parameters: an integer array a, and two integers first and last. The method will find the largest value in a between indices first and last, inclusive. That is, it will return the largest value in the part of the array a[first..last] . You may assume that first ? last.

What will be an ideal response?

Computer Science & Information Technology