I am really sorry but I didn’t get the answe
Answer:
x = -0.5
Step-by-step explanation:
From your last step:
6.8x + 9.3 = -2.6 - 17x
We have two terms with x in them on different sides of the equation, so we want to bring the 'x terms' over to the same side.
Add 17x to both sides of the equation.
6.8x + 17x + 9.3 = -2.6
Collect like terms
23.8x + 9.3 = -2.6
Subtract 9.3 from both sides
23.8x = -2.6 - 9.3
23.8x = -11.9
Divide both sides by 23.8
x = -0.5
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