I want a solution to this mathematical problem :(

astube

New member
Joined
Jan 12, 2020
Messages
2
I want a solution to this mathematical problem:

I want to find the mathematical equation to generate these numbers
And the common factor between them

I have tried but am a newbie :(

The following numbers:
0010351170
0182241361
0293231765
0416691868
0451441459
0499411812
0591261434
0643381645
0653551202
0657101770
0671131323
0678811508
0686931622
1223762110
1251171774
1259101299
1264441568
1527591698
1535571813
1538481238
1603171545
1758611009
1947301509
2098351466
2146971346
2177821901
2265182086
2334211476
2402621522
2477721341
2477721341
2541741147
2578842000
2614951811
2615301548
2729111951
2732842108
2738301228
2757821063
2837021237
3000141502
3337421943
3489501211
3510511260
3522191608
3524562118
3636961703
3711771102
3788851199
3798671593
3869781256
3881151042
4032631669
4065481937
4249731529
4271161509
4314531485
4321541910
4420891382
4497221636
4499271193
4503601764
4549231173
4590561431
4625752010
4709481748
4797501220
4905431001
4933441908
5015601105
5015601105
5155202078
5289791044
5453142108
5455981592
5522191318
5525821719
6359761431
6415072036
6428291156
6515092033
6548941002
6670381497
6688242058
6837551381
6943051766
6943051766
7015561376
7102861804
7102861804
7115421249
7554571494
7737641301
7808701318
7824471560
7933531295
7948541821
7991471067
8085322124
8318941271
8368731266
8410401420
8410401420
8703802074
8982041128
9078922079
9140372105
9232761038
9250542103
9361022113
9498381287
9659261713
9670301279
9920891254

Thank you .
 
I want a solution to this mathematical problem:

I want to find the mathematical equation to generate these numbers
And the common factor between them

I have tried but am a newbie :(

The following numbers:
0010351170
0182241361
0293231765
0416691868
0451441459
0499411812
0591261434
0643381645
0653551202
0657101770
0671131323
0678811508
0686931622
1223762110
1251171774
1259101299
1264441568
1527591698
1535571813
1538481238
1603171545
1758611009
1947301509
2098351466
2146971346
2177821901
2265182086
2334211476
2402621522
2477721341
2477721341
2541741147
2578842000
2614951811
2615301548
2729111951
2732842108
2738301228
2757821063
2837021237
3000141502
3337421943
3489501211
3510511260
3522191608
3524562118
3636961703
3711771102
3788851199
3798671593
3869781256
3881151042
4032631669
4065481937
4249731529
4271161509
4314531485
4321541910
4420891382
4497221636
4499271193
4503601764
4549231173
4590561431
4625752010
4709481748
4797501220
4905431001
4933441908
5015601105
5015601105
5155202078
5289791044
5453142108
5455981592
5522191318
5525821719
6359761431
6415072036
6428291156
6515092033
6548941002
6670381497
6688242058
6837551381
6943051766
6943051766
7015561376
7102861804
7102861804
7115421249
7554571494
7737641301
7808701318
7824471560
7933531295
7948541821
7991471067
8085322124
8318941271
8368731266
8410401420
8410401420
8703802074
8982041128
9078922079
9140372105
9232761038
9250542103
9361022113
9498381287
9659261713
9670301279
9920891254

Thank you .
Please follow the rules of posting in this forum, as enunciated at:

READ BEFORE POSTING

Please share your work/thoughts about this assignment.

What class is assigning this problem? What types of methods you have been taught to solve these problems?
 
It looks to me as if you want us to break a lottery, or something similar, for you. That can't be done. From a list of numbers, it is impossible to determine the formula that generated them.
 
It's not unusual to build a model to approximate empirical data. Such a process will never be exact, of course, since nature has far too many variables, but it can be useful for learning about the underlying system.

What you're looking to do is a form of something called regression, wherein a function is fitted to some set of sample points and/or the relationship between input and output is studied. This is, to put it bluntly, an inexact science and a keen insight into the underlying system is needed in order to produce a useful result. Although you could build a polynomial to fit any set of points with enough persistence, whether or not the resulting equation is useful depends on interpretations of what the data means in conjunction with what the data is.

The scope of this problem is perhaps too broad to be covered in a forum thread, but I'm no statistician, so there may be options I'm not aware of.
 
You say "I want to find the mathematical equation to generate these numbers
And the common factor between them"

First there is NO common factor! The first two numbers are 0010351170 and 0182241361
and the factor is 001035217/0182241361= 0.005680 approximately. The third number is 293231765 the factor between it and the second number is 182241361/293231765= 0.62149. Perhaps you just meant a common relationship going from one number to the next.

The real problem is that, given n numbers in a sequence there are an infinite number of possible continuations for the sequence. If these really are lottery numbers, then they were probably created using a "random number generator" so the people who created the algorithm for developing the numbers would not know what the next number would be.
 
Top