A TV is marked up from $200 to $300.

What will be an ideal response?


The change is from $200 to $300, so: v1 = 200 and v2 = 300 f = v21 vi c = (f— 1) *100
f= 300 / 200 = 1.5
c = (1.5 —1) * 100 c = 50% (increase)
The $300 price represents a 50% markup of the $200 price.
Note: When you reverse v1 and v2 you get a different percentage change.

Computer Science & Information Technology

You might also like to view...

Which operation below is not part of the List interface?

a) add an element to the list b) remove an element from the list c) replace an element in the list with another element d) get the size of the list e) grow the size of the list

Computer Science & Information Technology

The InputBox function always returns a __________ value.

a. Single b. Double c. Text d. String

Computer Science & Information Technology

Configure switch 1 (SW1) to operate in the network using the IP address, subnet mask, and gateway address specified in Table 1.


Table 1 Computer IP Addresses, Subnet Masks, and Gateway Addresses

Computer Science & Information Technology

Languages such as Visual Basic, BASIC, and COBOL use ____ to refer to individual array elements.

A. ( ) B. [ ] C. { } D. < >

Computer Science & Information Technology