Answer:
Any expression that equals 5.
Step-by-step explanation:
3 + 2 = 5, so any expression that equals 5 is equivalent to 3+2.
Answer:
A) Area = 
B) Domain = {x < 24}
Step-by-step explanation:
<u>Complete Question:</u>
A car dealership has 24ft of dividers with which to enclose a rectangular play space in a corner of a customer lounge. The sides against the wall require no partition. Suppose the play space is x feet long.
A) express the area of the play space as a function of x
B) find the domain of the function
Solution:
A)
The rectangle has area of length * width
length is x
so width will be 24 - x
Hence, the area will be:
Area = x(24 - x)
Area = 
B)
Domain is the set of x values that make the function defined.
The domain will be all values less than 24.
Because if you take 24, the area would be 0 [doesn't make sense]
if you take anything over 24, the area would be negative [not possible]
Hence, the domain is:
Domain = {x < 24}
Answer:
f(g(x)) = 2(x^2 + 2x)^2
f(g(x)) = 2x^4 + 8x^3 + 8x^2
Step-by-step explanation:
Given;
f(x) = 2x^2
g(x) = x^2 + 2x
To derive the expression for f(g(x)), we will substitute x in f(x) with g(x).
f(g(x)) = 2(g(x))^2
f(g(x)) = 2(x^2 + 2x)^2
Expanding the equation;
f(g(x)) = 2(x^2 + 2x)(x^2 + 2x)
f(g(x)) = 2(x^4 + 2x^3 + 2x^3 + 4x^2)
f(g(x)) = 2(x^4 + 4x^3 + 4x^2)
f(g(x)) = 2x^4 + 8x^3 + 8x^2
Hope this helps...