131k views
3 votes
Solve by elimination method:logan places two orders at a local flower shop. His first order is for 1 rose and 6 lilies, the cost is 72 dollars. His second order is for 2 roses and 3 lilies and the cost is 45 dollars. The receipts do not list the per-item cost. What are the cost of each rose and the cost of each lily?

1 Answer

0 votes
Step-by-step explanation:

Step 1: Obtain the system of linear equations that expresses the problem:

Let us denote by x the cost of each rose and by y the cost of each lily.

According to the problem, the first order is 1 rose and 6 lilies, the cost is 72 dollars:

This gives us the following linear equation:

Equation 1:


x+6y\text{ = 72}

Now, the second order is:

2 roses and 3 lilies and the cost is 45 dollars.

This gives us the following linear equation:


2x\text{ + 3y = 45}

Step 2: write the system of linear equations:

Equation 1:


x+6y\text{ = 72}

Equation 2:


2x\text{ + 3y = 45}

Step 3: Solve the system of linear equations by elimination method:

In the elimination method, you either add or subtract the equations to get an equation in one variable. When the coefficients of one variable are opposites you add the equations to eliminate a variable and when the coefficients of one variable are equal you subtract the equations to eliminate a variable.

In this case, we can subtract equation 1 twice from equation 2:


(2x\text{ + 3y\rparen - 2\lparen x+6y\rparen = 45 - 2\lparen72\rparen}

Applying the distributive property, this is equivalent to:


2x\text{ + 3y - 2x -12y = 45 - 144}

notice that now we can eliminate 2x from the above equation. Now this is equivalent to:


3y\text{ - 12y = 45-144}

this is equivalent to:


\text{ - 9 y = -99}

or


9y\text{ = 99}

solving for y, we obtain:


y=\text{ 11}

now, to find x, we can apply the above value to equation 1 and solve for x:


x+6(11)\text{ = 72}

this is equivalent to:


x+\text{ 66 = 72}

solving for x, we get:


x=\text{ 72 -66 =6}

we can conclude that the correct answer is:

Answer:

x = Cost of each rose = $6

y = Cost of each lily = $11

User Tangokhi
by
4.0k points