Answer:
You could just replace all the given possible values of k in the inequality and see which ones are solutions, but let's solve this in a more interesting way:
First, remember how the absolute value works:
IxI = x if x ≥ 0
IxI = -x if x ≤ 0
Then if we have something like:
IxI < B
We can rewrite this as
-B < x < B
Now let's answer the question, here we have the inequality:
I-k -2I < 18
Then we can rewrite this as:
-18 < (-k - 2) < 18
Now let's isolate k:
first, we can add 2 in the 3 parts of the inequality:
-18 + 2 < -k - 2 + 2 < 18 + 2
-16 < -k < 20
Now we can multiply all sides by -1, remember that this also changes the direction of the signs, then:
-1*-16 > -1*-k > -1*20
16 > k > -20
Then k can be any value between these two limits.
So the correct options (from the given ones) are:
k = -16
k = -8
k = 0
Answer:
Step-by-step explanation:
Given
To find
Solution
- f(19) = 3/(19 + 2) - √(19 - 3) = 3/21 - √16 = 1/7 - 4 = - 27/7
Without seeing the graph, it's impossible to tell. The same can be said if we don't know the function rule. However, we can rule out three non-answers.
Choice B is false because the interval [1,3] has f(x) below zero but the rest of the interval to the right of x = 3 has f(x) not below zero.
Choice C is false. The value x = -1 leads to f(x) = 0 which is not greater than 0
Choice D is false because the values 8 and 4 are positive
After eliminating B, C, & D, we are left with choice A as the answer.
Answer:
$2.25
Step-by-step explanation:
Let "b" be the price of 1 brownie and "c" the price of 1 cookie.
At a bake sale, a student spent $11.00 buying 3 brownies and 5 cookies. Symbolicaly,
3 b + 5 c = 11.00 [1]
His friend spent $3.95 buying 1 brownie and 2 cookies. Symbolicaly,
1 b + 2 c = 3.95
b = 3.95 - 2c [2]
If we replace [2] in [1], we get
3 (3.95 - 2c) + 5 c = 11.00
11.85 - 6c + 5c = 11.00
c = 0.85
If we replace c = 0.85 in [2], we get
b = 3.95 - 2 (0.85) = 2.25