Answer:
The answer is: small+large.
Step-by-step explanation:
If the variable of the smaller sheetrock is stored in small:
var small.
And the variable of the larger sheetrock is stored in large:
var large.
The length of the wall will be the sum of the two pieces of sheetrock:
For example:
var small = 5;
var large = 10;
small+large = 5 + 10 = 15 is the length of the wall.
Answer:
i did this 2 months ago, and i believe its A if not sorry
Step-by-step explanation:
Let D be dogs and C be cats
<em>dogs, d, is initially five less than twice the number of cats, c</em>
D + 5 = 2C
<em>If she decides to add three more of each, the ratio of cats to dogs will be</em>
D + 8 = 2C + 3
<em>Could Bea's Pet Shop initially have 15 cats and 20 dogs?</em>
Simply plug in the numbers
20 + 5 = 2(15)
This is clearly not true: 25 does not equal 30
<em />
<em />
Answer:
L = (x - 2) meters
Step-by-step explanation:
The area of the rectangle = (x² - 7x + 10) m²
The width = (x - 5) m
length = ?
Area of a rectangle = length × width
x² - 7x + 10 = L(x -5)
note L = length
divide both sides by (x-5)
(x² - 7x + 10)/(x - 5) = L
L = x² - 7x + 10 / (x -5)
Factorize x² - 7x + 10
find the numbers you can multiply to give you 10 and also add to give you -7
The numbers are -2 and -5. Therefore,
x² - 2x - 5x + 10 = 0
x(x - 2) - 5(x - 2) = 0
(x-5)(x-2) = 0
Let us go back to our division
L = x² - 7x + 10 / (x -5)
x² - 7x + 10 = (x-5)(x-2)
L = (x-5)(x-2) / (x -5)
L = (x - 2) meters