Answer:
x=5
Step-by-step explanation:
We can use the Triangle Angel Bisector Theorem
AB 2x-1
----------= --------------
AC 3x
9 2x-1
----------= --------------
15 3x
Using cross products
3x*9 = 15*(2x-1)
Distribute
27x = 30x-15
Subtract 30x from each side
27x-30x = 30x-30x-15
-3x = -15
Divide by -3
-3x/-3 =-15/-3
x =5
1 kg = 1000 g
1 cg = (1/100) g
2.4 kg
2.4 * 1000 g
2400 g
2400/100 cg
24 cg
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
Red line shows
y=x^2-4 , cause it's going through point (0,-4)
So blue line shows
y= -x^2+1 Point (1,0) belong to it , moreover x factor is negative , so the arms of parabola will go down
Have nice evenig :)
Greetings From Poland.
Answer:
Option a. convergent: A
Step-by-step explanation:
a0=3/2
a1=9/8
a2=27/32
a1/a0=(9/8)/(3/2)=(9/8)*(2/3)→a1/a0=3/4
a2/a1=(27/32)/(9/8)=(27/32)*(8/9)→a2/a1=3/4
r=a1/a0=a2/a1→r=3/4
The abosute value of r= !r! = !3/4! = 3/4 = 0.75<1, the series is convergent