15.5k views
4 votes
A computer store decides to increase the prices of all the items it sells by 15%. The store manager uses matrices to prepare the new price list. Matrix A contains the unit price of each product in each category. Matrix B contains the revised price of each item in each category. How can the manager obtain the entries for Matrix B?

User Grabbag
by
6.6k points

2 Answers

0 votes

Answer:

C.) by multiplying each entry of Matrix A by 1.15

Explanation:

User David Valentine
by
6.1k points
6 votes
The manager could perform scalar multiplication on Matrix A, using the scalar 1.15.

Increasing the price by 15% would mean we are taking 100% of the value + another 15%; 100+15 = 115%; 115% = 115/100 = 1.15.

Multiplying every value in Matrix A by 1.15 will give the price raised by 15%.
User Marten Sytema
by
6.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.