i did this three ways.
first was graphically.
second was using the simplex method tool
third was using excel solver
all three agree on the solution.
the solution is:
x = 1.15, y = 3.266666...., max profit = 96.666666....
if an integer solution is necessary, then the solution is:
x = 1, y = 3, max profit = 88.
best to set up a table as shown below:
T1 T2 requirement
x y
m1 3 5 <= 27
m2 8 3 <= 19
handcraft 4 9 <= 34
profit 13 25 maximize
here are the results from the graphical solution.
here are the results from the simplex method tool.
here are the results from the excel solver.
i don't have time to explain how i got these results right now, but i will be available tomorrow.
just let me know if you would like some further explanations as to the procedure for how any of these results were obtained.