Answer:
I got -0.09...
although I could be wrong, don't take my word for it, it's been a while lol
Answer:
The result will be: 5x³ -11x² -9x + 18
If you divide the circumference C over the radius r, you get 2pi
2pi = C/r
this is because
C = 2pi*r
is one formula to find the circumference. Another formula is
C = pi*d
which works because d = 2r, ie the diameter is twice the radius.
Answer:
Step-by-step explanation:
Rotations are easy when its multiples of 90 degrees; 90,180,270,360. Treat them like they’re a complex number like [x+yi]*i=[-y,xi] so rotating by 90 degrees and 180 is i squared [-1]! So [-3,2] rot90 is [-2,-3].
Reflection about the y=x line is change places. [x.y]=[y,x].
So [-2.-3] reflected about the y=x line is [-2.-3]=[-3.-2],
Compile a list of these transform is best practice technique in this area.
Answer:
17) 750/9 and 18) 364
Step-by-step explanation:
17. Summation of 75*(0.1)^i from i=0 to infinity, that is equal to 75*(Summation of (0.1)^i). Summation of (0.1)^I is a geometric series with a sum of 1/(0.9)=10/9. Hence the series have a sum equal to 75*(10/9)=750/9
18) It's a series with sum=1+3+9+27+81+243=364