document.write( "Question 1059142: Please help me solve this word problem:
\n" );
document.write( "You can spend at most $21 on fruit. Blueberries cost $4 per pound and strawberries cost $3 per pound. You need at least 3 pounds to make muffins.
\n" );
document.write( "a. Define the variables.
\n" );
document.write( "b. Write a system of linear inequalities that represents this situation.
\n" );
document.write( "c. Graph the system of linear inequalities.
\n" );
document.write( "d. Is it possible to buy 4 pounds of blueberries and 1 pound of straberries in this situation? Justify your answer. \n" );
document.write( "
Algebra.Com's Answer #674246 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x equal the pounds of blueberries. \n" ); document.write( "let y = the pounds of strawberries.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "blueberries cost 4 dollars a pound. \n" ); document.write( "strawberries cost 3 dollars a pound. \n" ); document.write( "total cost has to be less than 21 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "equation for that is: \n" ); document.write( "4x + 3y <= 21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you need at least 3 pounds of fruit to make muffins.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "equation for that is: \n" ); document.write( "x + y >= 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "is it possible to buy 4 pounds of blueberries and 1 pound of strawberries in this scenario?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4 pounds of blueberries costs 4 * 4 = 16 dollars. \n" ); document.write( "1 pound of strawberries costs 3 * 1 = 3 dollars. \n" ); document.write( "total cost is 19 dollars which is less than the maximum amount of money than can be spent.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5 pounds of fruit is greater than the minimum amount of fruit required.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "answer is yes. \n" ); document.write( "all the requirements are met. \n" ); document.write( "pounds of fruit need to be greater than 3. \n" ); document.write( "dollars of cost need to be less than 21.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "following graph shows this relationship.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in this graph, the area that is NOT shaded represents the region of feasibility.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since 4x + 3y <= 21 represents the area of the graph that satisfies the requirement, then 4x + 3y >= 21 represents the area of the graph that doesn't satisfy the requirement. \n" ); document.write( "that is the area in the graph that is shaded. \n" ); document.write( "from 4x + 3y >= 21, solve for y to get y >= (21 - 4x) / 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since x + y >= 3 represents the area of the graph that satisfies the requirement, then x + y <= 3 represents the area of the graph that doesn't satisfy the requirement. \n" ); document.write( "that is the area in the graph that is shaded. \n" ); document.write( "from x + y <= 3, solve for y to get y <= 3 - x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "two implied requirements are that x and y both have to be greater than or equal to 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "therefore, x and y <= 0 do not satisfy that requirement and are therefore shaded as well.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the region of feasibility on the graph is represented by the area of the graph that is NOT shaded.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "why do i do it this way? \n" ); document.write( "because it's a lot easier to see the region of feasibility when it is not shaded than when it is shaded when i am using software to generate the graph.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if i was generating the graph manually, then i would have just shaded the region of feasibility instead.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in that case, the part that you see not shaded would have been the only part of the graph that was shaded.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |