Unit #2 Study Guide - Linear Inequalities

Formulating and Solving Single Linear Inequalities

  • Formulating Budget Constraints from Scenario Descriptions:

    • Octavia's Dessert Budget:
    • Octavia plans to buy desserts for a party and has a maximum total budget of $55\$55.
    • Let xx represent the number of pies purchased, with each pie costing $4\$4.
    • Let yy represent the number of cakes purchased, with each cake costing $8\$8.
    • The total cost of purchasing xx pies and yy cakes is given by 4x+8y4x + 8y.
    • Because the total spend must be no more than $55\$55, the scenario is modeled by the linear inequality:       4x+8y≤554x + 8y \le 55
  • Algebraic Isolation of Variables and Inequality Direction Rules:

    • When solving a linear inequality for a given variable, dividing or multiplying both sides by a negative number reverses the direction of the inequality sign.
    • Luca's Algebraic Task:
    • Luca is given the linear inequality −15P+10D<50-15P + 10D < 50 in math class and must solve for PP.
    • Step 1: Subtract 10D10D from both sides:       −15P<50−10D-15P < 50 - 10D
    • Step 2: Divide both sides by −15-15 and reverse the inequality sign from < to >:       P>50−10D−15P > \frac{50 - 10D}{-15}
    • Step 3: Simplify the right-hand side expression into individual terms:       P>50−15−10D−15P > \frac{50}{-15} - \frac{10D}{-15}P>−103+23DP > -\frac{10}{3} + \frac{2}{3}D
    • Graph Boundary Line Characteristics:
    • Inequalities containing strict inequalities (< or >) use a dashed boundary line on a coordinate plane, indicating points on the line are not included in the solution set.
    • Inequalities containing non-strict inequalities (\le or \ge) use a solid boundary line, indicating points on the line are included in the solution set.
    • Because Luca's solved inequality P>−103+23DP > -\frac{10}{3} + \frac{2}{3}D utilizes a strict > operator, its graph requires a dashed boundary line.

Real-World Time and Production Constraints

  • Modeling Crafting Constraints:
    • Marcy's Production Time Limit:
    • Marcy creates bracelets (xx) and keychains (yy) and has a maximum total of 12 hours12\,\text{hours} available to work on both items.
    • The situation is represented by the inequality:       2x+3y≤122x + 3y \le 12
    • Because the relation contains \le, the graph of this inequality features a solid boundary line (no dotted lines).
    • Testing Candidate Production Combinations against 2x+3y≤122x + 3y \le 12:
    • Candidate A: 2 bracelets2\,\text{bracelets} (x=2x = 2) and 4 keychains4\,\text{keychains} (y=4y = 4):       2(2)+3(4)=4+12=16≰122(2) + 3(4) = 4 + 12 = 16 \nleq 12       This combination is invalid.
    • Candidate B: 3 bracelets3\,\text{bracelets} (x=3x = 3) and 2 keychains2\,\text{keychains} (y=2y = 2):       2(3)+3(2)=6+6=12≤122(3) + 3(2) = 6 + 6 = 12 \le 12       This combination is valid and true.
    • Candidate C: 4 bracelets4\,\text{bracelets} (x=4x = 4) and 3 keychains3\,\text{keychains} (y=3y = 3):       2(4)+3(3)=8+9=17≰122(4) + 3(3) = 8 + 9 = 17 \nleq 12       This combination is invalid.
    • Candidate D: 5 bracelets5\,\text{bracelets} (x=5x = 5) and 2 keychains2\,\text{keychains} (y=2y = 2):       2(5)+3(2)=10+6=16≰122(5) + 3(2) = 10 + 6 = 16 \nleq 12       This combination is invalid.

Multi-Constraint Systems of Linear Inequalities

  • Owen's Orchard Scenario (Cost and Tree Count Constraints):

    • Owen is planting lemon trees (xx) and orange trees (yy) in his orchard.
    • Cost parameters: Each lemon tree costs $5\$5 and each orange tree costs $3\$3. Owen has a maximum budget of $30\$30.
    • Quantity parameters: Owen needs to ensure the total number of trees planted does not exceed 10 trees10\,\text{trees}.
    • System of linear inequalities:     5x+3y≤305x + 3y \le 30x+y≤10x + y \le 10
    • Evaluation of Coordinate Pairs (x,y)(x, y):
    • Option A (1,12)(1, 12): 1 lemon tree1\,\text{lemon tree} and 12 orange trees12\,\text{orange trees}.       1+12=13>101 + 12 = 13 > 10       Fails total tree constraint.
    • Option B (2,5)(2, 5): 2 lemon trees2\,\text{lemon trees} and 5 orange trees5\,\text{orange trees}.       5(2)+3(5)=10+15=25≤305(2) + 3(5) = 10 + 15 = 25 \le 302+5=7≤102 + 5 = 7 \le 10       Valid and true.
    • Option C (3,4)(3, 4): 3 lemon trees3\,\text{lemon trees} and 4 orange trees4\,\text{orange trees}.       5(3)+3(4)=15+12=27≤305(3) + 3(4) = 15 + 12 = 27 \le 303+4=7≤103 + 4 = 7 \le 10       Valid and true.
    • Option D (5,4)(5, 4): 5 lemon trees5\,\text{lemon trees} and 4 orange trees4\,\text{orange trees}.       5(5)+3(4)=25+12=37>305(5) + 3(4) = 25 + 12 = 37 > 30       Fails budget constraint.
  • Adaya's Nutritional and Financial Constraints (Bananas and Strawberries):

    • Adaya has a budget of $40\$40 per month to spend on bananas (bb pounds) and strawberries (ss pounds).
    • Cost rates: Bananas cost $0.80 per pound\$0.80\,\text{per pound} and strawberries cost $2.50 per pound\$2.50\,\text{per pound}.
    • Vitamin C content: One pound of bananas provides 100 mg100\,\text{mg} of Vitamin C, and one pound of strawberries provides 150 mg150\,\text{mg} of Vitamin C.
    • Nutritional requirement: Adaya needs to consume at least 1,500 mg1,500\,\text{mg} of Vitamin C from these fruits each month.
    • System of linear inequalities:     0.80b+2.50s≤400.80b + 2.50s \le 40100b+150s≥1,500100b + 150s \ge 1,500
  • School Event Snack Planning (Apples and Watermelons):

    • A school is purchasing apples (aa) and watermelons (ww) for an event.
    • Cost rates: Each apple costs $0.50\$0.50 and each watermelon costs $0.75\$0.75. The school has a total budget of $60\$60.
    • Quantity limit: The school wants to buy no more than 40 watermelons40\,\text{watermelons}.
    • System of linear inequalities:     0.50a+0.75w≤600.50a + 0.75w \le 60w≤40w \le 40
  • Agricultural Resource Limits (Corn and Wheat):

    • A farmer plans crops of corn (xx) and wheat (yy) under a maximum water usage restriction of 13 water units13\,\text{water units}.
    • Water usage inequality: 2x+3y≤132x + 3y \le 13
    • Verification of coordinate solutions (x,y)(x, y):
    • Point (4,1)(4, 1): 2(4)+3(1)=8+3=11≤132(4) + 3(1) = 8 + 3 = 11 \le 13 (Possible solution).
    • Point (3,2)(3, 2): 2(3)+3(2)=6+6=12≤132(3) + 3(2) = 6 + 6 = 12 \le 13 (Possible solution).
    • Point (2,3)(2, 3): 2(2)+3(3)=4+9=13≤132(2) + 3(3) = 4 + 9 = 13 \le 13 (Possible solution).
  • Geometric Fencing Limits (Jeff's Garden):

    • Jeff is constructing a rectangular garden with fencing represented by 2x+2y≤302x + 2y \le 30, where xx is the length and yy is the width in feet.
    • Given a specified length x=10 feetx = 10\,\text{feet}:     2(10)+2y≤302(10) + 2y \le 3020+2y≤3020 + 2y \le 302y≤102y \le 10y≤5 feety \le 5\,\text{feet}
    • The maximum allowable width satisfying the fencing constraint is 5 feet5\,\text{feet}.
  • Catering Order System (Sandwiches and Salads):

    • A catering company orders sandwiches (xx) and salads (yy).
    • Cost parameters: Sandwiches cost $4\$4 each, and salads cost $15\$15 each, with a total spending cap of $500\$500.
    • Weight parameters: Sandwiches weigh 1 pound1\,\text{pound} each, and salads weigh 0.35 pounds0.35\,\text{pounds} each, with a maximum weight capacity of 30 pounds30\,\text{pounds}.
    • System A inequalities:     4x+15y≤5004x + 15y \le 500x+0.35y≤30x + 0.35y \le 30

Optimization Under Budget Constraints

  • Package Shipping Option Comparison:
    • Amal has a budget limit of $200\$200 and needs to find which shipping service allows shipping the GREATEST number of packages (xx) for less than or equal to $200\$200
    • Quick-Ship Company:
    • Rate: $4 per package\$4\,\text{per package} plus a $50 service fee\$50\,\text{service fee}.
    • Inequality: 4x+50≤2004x + 50 \le 200
    • Solving for xx:       4x≤1504x \le 150x≤37.5x \le 37.5
    • Maximum complete packages: 37 packages37\,\text{packages}.
    • Fast-Track Company:
    • Rate: $6 per package\$6\,\text{per package} plus a $20 service fee\$20\,\text{service fee}.
    • Inequality: 6x+20≤2006x + 20 \le 200
    • Solving for xx:       6x≤1806x \le 180x≤30x \le 30
    • Maximum complete packages: 30 packages30\,\text{packages}.
    • Reliable Shop Company:
    • Rate: $7 per package\$7\,\text{per package} with no service fee.
    • Inequality: 7x≤2007x \le 200
    • Solving for xx:       x≤28.57x \le 28.57Maximumcompletepackages:28 packagesMaximum complete packages: 28\,\text{packages}.
    • Optimal Decision: Quick-Ship Company allows the greatest package quantity of 37 packages37\,\text{packages} within the $200\$200 budget.

Graphical Systems and Coordinate Point Testing

  • Point Verification Method for Graphical Systems:

    • To determine if an ordered pair (x,y)(x, y) is a valid solution to a system of inequalities, substitute the coordinates into all system equations.
    • System under test:     y≤2x+1y \le 2x + 1y>−x+3y > -x + 3
    • Testing candidate point (4,3)(4, 3):
    • First inequality: 3≤2(4)+1  ⟹  3≤93 \le 2(4) + 1 \implies 3 \le 9 (True).
    • Second inequality: 3>−(4)+3  ⟹  3>−13 > -(4) + 3 \implies 3 > -1 (True).
    • Because (4,3)(4, 3) satisfies both conditions, it is contained in the solution set region.
  • Graph Shading Analysis (y=−x−1y = -x - 1):

    • An inequality shaded above the line y=−x−1y = -x - 1 represents points satisfying y>−x−1y > -x - 1 or y≥−x−1y \ge -x - 1.
    • Ordered pairs situated in the shaded region above the boundary line possess yy-values greater than the evaluated line expression −x−1-x - 1.