Answer:
like this?
"What is negative eighty divided by five?"
Step-by-step explanation:
-80 ÷ 5
= -16
Part a.
The domain is the set of x values such that , basically x can be equal to -1/2 or it can be larger than -1/2. To get this answer, you solve for x (subtract 1 from both sides; then divide both sides by 2). I set 2x+1 larger or equal to 0 because we want to avoid the stuff under the square root to be negative.
If you want the domain in interval notation, then it would be which means the interval starts at -1/2 (including -1/2) and then it stops at infinity. So technically it never stops and goes on forever to the right.
-----------------------
Part b.
I'm going to use "sqrt" as shorthand for "square root"
f(x) = sqrt(2x+1)
f(10) = sqrt(2*10+1) ... every x replaced by 10
f(10) = sqrt(20+1)
f(10) = sqrt(21)
f(10) = 4.58257569 which is approximate
-----------------------
Part c.
f(x) = sqrt(2x+1)
f(x) = sqrt(2(x)+1)
f(x+2a) = sqrt(2(x+2a)+1) ... every x replaced by (x+2a)
f(x+2a) = sqrt(2x+4a+1) .... distribute
we can't simplify any further
Answer:
16
Step-by-step explanation:
Let the three numbers be x, y, and z.
If the sum of the three numbers is 3, then x+y+z=3
If subtracting the second number from the sum of the first and third numbers gives 9, then x+z-y=9
If subtracting the third number from the sum of the first and second numbers gives -5, then x+y-z=-5
This forms the system of equations:
[1] x+y+z=3
[2] x-y+z=9
[3] x+y-z=-5
First, to find y, let's take do [1]-[2]:
x+y+z=3
-x+y-z=-9
2y=-6
y=-3
Then, to find z, let's do [1]-[3]:
x+y+z=3
-x+-y+z=5
2z=8
z=4
Now that you have y and z, plug them into [1] to find x:
x+y+z=3
x-3+4=3
x=2
So the three numbers are 2,-3, and 4.