Answer:
MARK AS BRAINLIST
w = 4
L = 7
Step-by-step explanation:
L = length of rectangle
w = width of rectangle
L = 3 + w
A = 28
A = L*w
=(3+w) * w
28 = 3w + w^2
w^2 + 3w - 28 = 0
w^2 + 7w - 4w - 28 = 0
w ( w + 7 ) - 4 ( w + 7 ) =0
( w - 4 ) ( w + 7 ) = 0
w = 4. and w = -7
take the postive value, w = 4
therefore L= 3+4 = 7
Answer:
A
Step-by-step explanation:
Answer:
y - intercept = 5
Step-by-step explanation:
Equation: y = mx + b
Input the given values
3 = -1(2) + b
3 = -2 + b
5 = b
-Chetan K
Answer:
One way to factor equation is to find the zeros. Its obvious that x=-1 is solution for this. So one factor is (x+1)
the next factor should include 2x at first (because we have 2x^2 in the equation which can not be made any other way)
Let's suppose the factor is (x+1)(2x+b)
Since we do not know what is b open the brackets 2x^2+bx+2x+b. If this is equal to 2x^2+5x+3 then b=3. We are left with (x+1)(2x+3)=2(x+1)(x+3/2)
Would go for other shorter solutions, but they require some deeper understanding like Horner's scheme,Fermat's Theorem or even deeper which I assume You will not understand)
C I think not sure I think tho.