Answer:
6x^2-48x-29
Step-by-step explanation:
Step-by-step explanation:
the introduction of a fraction tells us that we are dealing with multiplications, and therefore a geometric sequence (where every new term is created by multiplying the previous term by a constant factor, the ratio r).
I think your teacher made a mistake, or you made one when typing the question in here.
there is no factor r that creates
15×r = 9
and
9×r = 5/27
it would mean that
15 × r² = 5/27
r² = 5/27 / 15 = 5/27 × 1/15 = 5/405 = 1/81
r = 1/9
but 15 × 1/9 = 5 × 1/3 = 5/3 is NOT 9
and 9 × 1/9 = 9/9 = 1 is NOT 5/27
so, this can't be right.
on the other hand
15 × r = 9
r = 9/15 = 3/5
and then
9 × 3/5 = 27/5
so, either the sequence should have been
15, 5/3, 5/27
or (and I suspect this to be true)
15, 9, 27/5
under that assumption we have
s1 = 15
r = 3/5
sn = sn-1 × r = s1 × r^(n-1) = 15 × (3/5)^(n-1)
s10 = 15 × (3/5)⁹ = 15 × 19683/1953125 =
= 3 × 19683/390625 = 59049/390625 =
= 0.15116544 ≈ 0.151
Answer:
(-20,0) (0,-4)
Step-by-step explanation:
Number of eggs that can be bought from the shop must be in the form
E=4k + 6m + 9n + 20j
I will continue later ~
Answer:
Step-by-step explanation:
There are 2 ways to proceed further.
Option A is with using the random number table.
- Let us assume that each gravestone has a unique number between 1 and 55914.
- Choose a row at random from the table.
- Take the first number consisting of 5 digits, if the number corresponds with a number between 1 and 55914, then select the corresponding plot, otherwise move on to the next 5 digit-number.
Repeat until 395 gravestones have been selected.
Option B is with using any calculator with capability of generating random integer. Here for example consider any TI series programmable calculator.
- Enter the following command into your calculator:
randInt(1,55914,395)
- The first and second number are the lower and upper limits between which the values have to lie.
- The third number is the number of required selections.