document.write( "Question 1102540: You are trying to create a budget to optimize the use of a portion of your disposable income. you have a maximum of 15,000 per month to be allocated to food, shelter and entertainment. the amount spent on food and shelter combined must not exceed $10,000. Thee amount spent on shelter alone must not exceed $7,000. Entertainment cannot exceed $3,000 per month. Each dollar spent on food has a satisfaction value of $2, each dollar spent on shelter has a satisfaction value of 3, and each dollar spent on entertainment a satisfaction value of 5. Assuming a linear relationship, set up the equation that can be solved to maximize the profit. \n" ); document.write( "
Algebra.Com's Answer #717258 by ikleyn(52910) You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Let F = food, S = shelter and E = entertainment.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then you should find the maximum of this objective function (which is \"the accumulated satisfaction value\", or the \"profit\")\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Z = 2F + 3S + 5E\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "under this set of restrictions\r\n" ); document.write( "\r\n" ); document.write( "E + F + S <= 15000,\r\n" ); document.write( "\r\n" ); document.write( "F + S <= 10000,\r\n" ); document.write( "\r\n" ); document.write( "0 <= S <= 7000,\r\n" ); document.write( "\r\n" ); document.write( "0 <= E <= 3000.\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I answered your question.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |