Answer: the third sentence
Answer:
a=2^2
b=3^5
c=4^3x5^2
d=7^2x9^4
Step-by-step explanation:
All you have to do is write the number that is already there and power it by number of times it is repeated.
If there are two different numbers in a question (like c and d) you should start with the smaller number and then follow with the larger on with a x/times symbol between them.
If you are asking for the price, then the jeans would cost $32
Is there any numbers to answer the question?
9514 1404 393
Answer:
Step-by-step explanation:
A recursive formula consists of two parts:
- initialization (rule for the first term(s))
- rule for the next term
When we look at the differences between terms in the sequence 3, -4, -11, ..., we find that they are constant at -7. That is each term can be found from the previous one by subtracting 7. This is our recursive rule. The first term is obviously 3, so the recursive formula is ...
a[1] = 3
a[n] = a[n-1] -7