<span>the relationship is that they both have an x that substitutes for them</span>
First brake the figure into 3 rectangles . One across and 2 going up and down . Then solve for the small figures and add up all the areas together . Hope this helps .
Answer:
12
Step-by-step explanation:
12 +30= 42
42+12=54
You can think of x && y || z as equivalent to: int func (int x, int y, int z) { if (x) { if (y) { return true; } } if (z) { return true; } return false; } Since both x and y are fixed to be non-zero values the first return statement is always hit. thats what i think
Answer:
(-∞,7) U (7,∞)
Step-by-step explanation:
f(x)= x+2
g(x) = x-7

Here we have x-7 in the denominator
To find domain we set the denominator =0 and solve for x
x-7=0
Add 7 on both sides
x=7
x=7 makes the denominator 0 that is undefined
So we ignore 7 for x
Hence domain is
(-∞,7) U (7,∞)