Q:

An online furniture store sells chairs for $100 each and tables for $550 each. Every day, the store can ship at most 21 pieces of furniture and must sell no less than $5700 worth of chairs and tables. If 10 chairs were sold, determine the minimum number of tables that the the store must sell in order to meet the requirements. If there are no possible solutions, submit an empty answer.

Accepted Solution

A:
Answer:9 tablesStep-by-step explanation:Let x be the number of chairs sold and y be the number of tables sold.Chairs are sold for $100 each, then x chairs cost $100x.Tables are sold for $550 each, then y tables cost $550y.Every day, the store can ship at most 21 pieces of furniture, then[tex]x+y\le 21[/tex]Store must sell no less than $5,700 worth of chairs and tables, then[tex]100x+550y\ge 5,700[/tex]If 10 chairs were sold, then [tex]x=10.[/tex] Substitute this value into both inequalities:1. [tex]10+y\le 21\Rightarrow y\le 11[/tex]2. [tex]100\cdot 10+550y\ge 5,700\Rightarrow 550y\ge 4,700\Rightarrow y\ge \dfrac{470}{55}=8\dfrac{6}{11}[/tex]Hence, [tex]8\dfrac{6}{11}\le y\le 11[/tex]The minimum number of tables that the the store must sell in order to meet the requirements is 9 tables