Asked by Jaden

F(x) is the function that determines the absolute value of the cube of the input.
1.) Evaluate: F(5)
2.) Evaluate: F(-7)
3.) Determine: F(5)⋅F(-7)

Answers

Answered by oobleck
f(x) = |x^3|
f(5) = |5^3| = |125| = 125
work the others in the same way, recalling that
|x| = x if x >= 0
|x| = -x if x < 0
the cube of a negative value is also negative (but that doesn't really matter here, since we're taking its absolute value)
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions