Answer:
a= -3, b= -5, c= -1
Step-by-step explanation:
Quadratic Equation: 
Hope this helps!
Answer: 3
Step-by-step explanation:
Answer: The length is 12 feet and the width is 4 feet.
Step-by-step explanation:
Let L represent the length of the bedroom closet.
Let W represent the width of the bedroom closet..
The formula for determining the perimeter of a rectangle is expressed as
Perimeter = 2(L + W)
The perimeter of the bedroom closet is 32 ft. This means that
2(L + W) = 32
Dividing through by 2, it becomes
L + W = 32/2
L + W = 16
The area of the bedroom closet is 48 ft². This means that
LW = 48 - - - - - - - -- - - - - - 1
Substituting L = 16 - W into equation 1, it becomes
W(16 - W) = 48
16W - W² = 48
W² - 16W + 48 = 0
W² - 12W - 4W + 48 = 0
W(W - 12) - 4(W - 12) = 0
W - 12 = 0 or W - 4 = 0
W = 12 or W = 4
L = 16 - 4 = 12
Answer:
68
Step-by-step explanation:
Any function is evaluated by putting the argument value where the variable is, then doing the arithmetic. When the argument is another function value, that function value is evaluated first.
__
<h3>f∘g</h3>
The "o" in (fog) is a stand-in for the "ring operator" (∘) which is the operator used to signify a composition. A composition is evaluated right-to-left. That means (f∘g)(x) ≡ f(g(x)). The value of g(x) is found first, and is operated on by the function f.
Writing the composition in the form f(g(x)) lets you identify the layers of parentheses. As with any expression evaluation, the Order of Operations applies. It tells you to evaluate the expression in the innermost parentheses and work your way out.
<h3>g(-2)</h3>
To evaluate (f∘g)(-2) = f(g(-2)), we must first evaluate g(-2). That is ...
g(x) = 5x +4
g(-2) = 5(-2) +4 = -10 +4 = -6 . . . . . put -2 where x is, do the math
<h3>f(g(-2))</h3>
Now that we know g(-2) = -6, we know this expression is ...
f(-6) = 8 -10(-6) = 8 +60 = 68 . . . . . substitute for x in 8-10x
Then the value we're looking for is ...
(f∘g)(-2) = 68