Question

Difficulty: MediumSystems of Linear Equations

An art gallery placed two separate orders for exhibition lighting fixtures from the same supplier. The first order consisted of 55 LED spotlights and 33 halogen floodlights for a total cost of $840\$840. The second order consisted of 33 LED spotlights and 55 halogen floodlights for a total cost of $760\$760. What is the cost of 11 LED spotlight?

  1. A
    $80\$80
  2. B
    $100\$100
  3. $120\$120Answer
  4. D
    $150\$150
  5. E
    $200\$200

Answer

The cost of 1 LED spotlight is $120.
Setting up the system of equations 5x+3y=8405x + 3y = 840 and 3x+5y=7603x + 5y = 760, adding both equations yields 8x+8y=16008x + 8y = 1600, which simplifies to x+y=200x + y = 200. Subtracting the second equation from the first yields 2x2y=802x - 2y = 80, which simplifies to xy=40x - y = 40. Adding x+y=200x + y = 200 and xy=40x - y = 40 gives 2x=2402x = 240, so x=120x = 120. Thus, 11 LED spotlight costs $120\$120.

Step-by-Step Solution

1
Define variables and set up the system of linear equations based on the two orders.
Let xx be the cost of 11 LED spotlight and yy be the cost of 11 halogen floodlight.
Equation (1): 5x+3y=8405x + 3y = 840
Equation (2): 3x+5y=7603x + 5y = 760
Translating the verbal statements into algebraic equations.
2
Add Equation (1) and Equation (2) to find the combined linear expression (x+y)(x + y).
(5x+3y)+(3x+5y)=840+760    8x+8y=1600    x+y=200(5x + 3y) + (3x + 5y) = 840 + 760 \implies 8x + 8y = 1600 \implies x + y = 200
Simplifying the system using linear combination.
3
Subtract Equation (2) from Equation (1) to find (xy)(x - y).
(5x+3y)(3x+5y)=840760    2x2y=80    xy=40(5x + 3y) - (3x + 5y) = 840 - 760 \implies 2x - 2y = 80 \implies x - y = 40
Determining the difference between the costs of the two fixtures.
4
Solve the reduced two-variable system for xx.
Add (x+y=200)(x + y = 200) and (xy=40)(x - y = 40):
2x=240    x=1202x = 240 \implies x = 120
Eliminating yy to determine the exact unit price of 11 LED spotlight.

Key Concept

Solving Systems of Linear Equations via Linear Combination
Estimated Time:1m 30s
Rate this question