G
Guest
How do I quadruple numbers after I start with 1 and then 2 to come up with 4,
8, etc.?
8, etc.?
frenchy said:Hi
You need to raise the number to the power of using the exponentiation
symbol ^
However, you can't start with 1 as
1^4 = 1 x 1 x 1 x 1 which = 1
2^3 = 2 x 2 x 2 = 8
Luckily, Gord has posted the correct solution.
Hi Gord
On further reflection (and disregarding the terminology used by the OP)
to satisfy his series of numbers the generalised expression of 2^(N-1)
where N is the series 1,2,3,4 produces the correct result.
So with A1 =1, A2 =2, A3 =3, A4= 4 the formula 2^(A1-N) in B1, and
copied down gives the desired result of 1,2,4,8
On the other hand, 4^(A1-1) would produce your alternative suggestion of
1,4,16,64.
I wonder if we will ever learn what the requirement was?
Hi
And how does your solution fit the OP's requirement of a going in a
series 1, 2, 4, 8?
Your solution produces 4, 8, 12, 16.
Looking at the series posted, I thought (erroneously) the OP had used
the wrong term and I suggested raising 2 to the power of 3, not the
power of 4
Luckily, Gord has posted the correct solution.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.