Question

Difficulty: EasySystems of Linear Equations

An event planner ordered a total of 3030 gift baskets for a corporate conference. Standard gift baskets cost $25\$25 each, and Deluxe gift baskets cost $40\$40 each. If the total cost of all 3030 gift baskets was $900\$900, how many Deluxe gift baskets were ordered?

  1. 1010Answer
  2. B
    1212
  3. C
    1515
  4. D
    2020
  5. E
    2525

Answer

The correct number of Deluxe gift baskets ordered is 1010.
By setting up the linear system x+y=30x + y = 30 and 25x+40y=90025x + 40y = 900, substituting x=30yx = 30 - y into the cost equation yields 750+15y=900750 + 15y = 900, which solves directly to y=10y = 10. Therefore, 1010 Deluxe baskets were ordered.

Step-by-Step Solution

1
Define variables and set up the system of linear equations
Let xx be the number of Standard baskets and yy be the number of Deluxe baskets. Equation 1: x+y=30x + y = 30. Equation 2: 25x+40y=90025x + 40y = 900.
The total number of baskets establishes a quantity relation, while the individual prices establish a cost relation.
2
Express xx in terms of yy using Equation 1
x=30yx = 30 - y
Isolating xx allows direct substitution into the total cost equation to solve for yy.
3
Substitute x=30yx = 30 - y into Equation 2 and solve for yy
25(30y)+40y=900    75025y+40y=900    15y=150    y=1025(30 - y) + 40y = 900 \implies 750 - 25y + 40y = 900 \implies 15y = 150 \implies y = 10.
Simplifying the single-variable equation yields the exact number of Deluxe gift baskets.

Key Concept

Solving Systems of Linear Equations using Substitution or Elimination

Alternative Method

Use the elimination method: multiply the total quantity equation by 2525 (25x+25y=75025x + 25y = 750) and subtract it from the total cost equation (25x+40y=90025x + 40y = 900) to get 15y=15015y = 150, leading directly to y=10y = 10.
Estimated Time:45s
Rate this question