77.2k views
0 votes
Kenji has at most $30 to spend on lily bulbs and tulip bulbs at his local flower store. Lily bulbs cost $4 each, and tulip bulbs cost $2 each. Tax is included in the prices of the bulbs.

1 Answer

3 votes

Question:

Kenji has at most $30 to spend on lily bulbs and tulip bulbs at his local flower store. Lily bulbs cost $4 each, and tulip bulbs cost $2 each. Tax is included in the prices of the bulbs.

Create a constraint that can be used to represent all possible numbers of lily bulbs, x, and tulip bulbs, y, Kenji can buy

Answer:


\left\{\begin{array}{l}x\ge 0\\ \\y\ge 0\\ \\2x+y\le 15\end{array}\right.

Solution:

Let "x" be the number of lily bulbs and "y" be the number of tulip bulbs Kenji bought.


\text {Here } x \geq 0 \text { and } y \geq 0

Given that Lily bulbs cost $ 4 each

Then cost of "x" lily bulbs =
4 * x = 4x

Thus cost of "x" lily bulbs is $ 4x

Given that tulip bulbs cost $2 each

Then cost of "y" lily bulbs =
2 * y = 2y

Thus cost of "y" lily bulbs is $ 2y

So the total of "x" lily bulbs and "y" tulip bulbs is represented as: $ (4x + 2y)

Kenji has at most $30 to spend on lily bulbs and tulip bulbs at his local flower store, so


4x+2y\le 30\\\\2x+y\le 15

Here we have used less than or equal to symbol to denote atmost 30

Create a constraint that can be used to represent all possible numbers of lily bulbs, x, and tulip bulbs, y, Kenji can buy:


\left\{\begin{array}{l}x\ge 0\\ \\y\ge 0\\ \\2x+y\le 15\end{array}\right.

User BugHunterUK
by
6.8k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.