Final answer:
To implement a spreadsheet model for this problem, create a table with columns for chair type, legs required, rockers required, short dowels required, long dowels required, and profit. Use Solver to set up constraints and maximize profit. The solution will provide the optimal number of His and Hers chairs to produce and the maximum profit.
Step-by-step explanation:
To implement a spreadsheet model for this problem, we can start by creating a table with the following columns: Chair Type, Legs Required, Rockers Required, Short Dowels Required, Long Dowels Required, Profit. In the Chair Type column, we can list the two chair types: His and Hers.
For each chair type, we can fill in the required number of legs, rockers, short dowels, and long dowels based on the problem's description. In the Profit column, we can calculate the profit for each chair type by multiplying the contribution per chair by the number of chairs produced.
To solve the problem using Solver, we can set up the following constraints:
- The total number of legs used should not exceed the available number of legs (900).
- The total number of rockers used should not exceed the available number of rockers (400).
- The total number of short dowels used should not exceed the available number of short dowels (1200).
- The total number of long dowels used should not exceed the available number of long dowels (1056).
- The number of His chairs produced should be at least half as many as the number of Hers chairs produced.
By running Solver with the goal of maximizing profit, we can find the optimal number of His and Hers chairs to produce, as well as the maximum profit.