Given:
Cost to build a bookshelf = $20
Cost to build a table = $45
Amount available to spend = $600
Let x = number of bookshelves built.
Let y = number of tables built.
The total number of bookshelves and tables = 18.
Therefore
x + y = 18.
That is,
y = 18 - x (1)
The total amount available to build x bookshelves and y tables = $600. Therefore
20x + 45y = 600
That is (dividing through by 5),
4x + 9y = 120 (2)
Substitute (1) into (2).
4x + 9(18 - x) = 120
4x + 162 - 9x = 120
-5x = -42
x = 8.4
From (1),obtain
y = 18 - 8.4 = 9.6
Because we cannot have fractional bookshelves and tables, we shall test values of x=8, 9 and y=9,10 for profit
Note: The profit is $60 per bookshelf and $100 per table.
If x = 8, then y = 18-8 = 10.
The profit = 8*60 + 10*100 = $1480
If x = 9, then y = 18-9 = 9.
The profit = 9*60 + 9*100 = $1440
The choice of 8 bookshelves and 10 tables is more profitable.
Answer: 8 bookshelves and 10 tables.
The numbers between 30 and 40 whose only factors are one and themselves, also called prime numbers, are 31 and 37.<span> Prime numbers are useful in generating numerical passwords or codes that are difficult to crack. so A) is the answer
</span>
Answer:
p > 7
Step-by-step explanation:
Distribute the parenthesis on the left side
4p - 16 > 12 ( add 16 to both sides )
4p > 28 ( divide both sides by 4 )
p > 7
Step-by-step explanation:
Shortest way to solve this question is to find the factors of the given expression.
The given expression is (x² + 13).
Now we have to factorize it.
(x² + 13) = x² + (√13)²
= x² + [-(i)²√(13)²] [Since i = √(-1)]
= x² - (i√13)²
= (x - i√3)(x + i√3) [Since (a² - b²) = (a + b)(a - b)]-by-