What's next?

What is the next number in this pattern?

Hint: Use difference between two integers with the same index. Mathematical representation is as below. The n th term is given by a x b x a^{x}-b^{x} where a and b are integers.

0, 1, 7, 37, 175, ...


The answer is 781.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Ivan Martinez
Sep 18, 2014

Using: a^x-b^x we have= 1.-a^0-b^0=1-1=0 2.-a^1-b^1=a-b=1 3.-a^2-b^2= 7 diviging the third equation by the first one we have: a^2-b^2 / a-b = 7/1 4.-a+b =7 using the forth and the second equation we find out that a=4 and b=3 a^5-b^5=781

Chrishan Silva
Aug 29, 2014

The n t h n^{th} term is given as

4 n 1 3 n 1 4^{n-1}-3^{n-1} .

Therefore, the 6 t h 6^{th} term is

4 6 1 3 6 1 = 4 5 3 5 = 781 4^{6-1}-3^{6-1}=4^{5}-3^{5}=781 .

Saket Sharma
Sep 14, 2014

First term tells that starting index is 0. Second term (with index 1) tells that a and b are consecutive integers. (a > b) Third term tells that a = 4, b = 3. Thus, 4^5 - 3^5 = 781

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...