Number sequence IQ question: What is the next term in this sequence?

In summary, the sequence given (3, 8, 18, 30, 70, ?) is a linear homogeneous recursion of order 3 with particular solutions x_{n} = 3^{n} and x_{n} = 10^{n}. The next term in the sequence can be found by summing these two solutions, giving a value of 126.
  • #36
3, 8, 18 , 30, 70, 150 , 300, 690, 1470, ...dumb question
 
Mathematics news on Phys.org
  • #37
Noxide said:
3, 8, 18 , 30, 70, 150 , 300, 690, 1470, ...


dumb question

would you mind elaborating how you obtained this continuation of the sequence?
 
  • #38
Dickfore said:
would you mind elaborating how you obtained this continuation of the sequence?

A = 3, 8, 18, 30, 70, 150, 300, ... <=> A = a, b, d, e, f, h, i, ...

a = 3 (arbitrary)
b = 8 (arbitrary)
b-a = c
b + 2c = d
e = 10a
f = 10(b-1)
f-e = g
2g + f = h
10e = i
...

i.e. the sequence is uniquely determined by a given a and b such that sequence a, b, c, ... = A

A = a, b, b+2(b-a), 10a, 10(b-1), 2[10(b-1) - 10a] + 10(b-1), 10(10a), 10[10(b-1)], 2{10[10(b-1)]- 10(10)a}, ...
 
  • #39
Noxide said:
A = 3, 8, 18, 30, 70, 150, 300, ... <=> A = a, b, d, e, f, h, i, ...

a = 3 (arbitrary)
b = 8 (arbitrary)
b-a = c
b + 2c = d
e = 10a
f = 10(b-1)
f-e = g
2g + f = h
10e = i
...

i.e. the sequence is uniquely determined by a given a and b such that sequence a, b, c, ... = A

A = a, b, b+2(b-a), 10a, 10(b-1), 2[10(b-1) - 10a] + 10(b-1), 10(10a), 10[10(b-1)], 2{10[10(b-1)]- 10(10)a}, ...

You can combine your definition of c and d, to eliminate the intermediate value c (and g further on):
[tex]
d = b + 2c = b + 2(b - a) = 3b - 2a
[/tex]
Other than that, you logic seems like stabbing in the dark to find the given answer 150.
 
  • #40
Moral of the Story: IQ tests are meaningless
 
  • #41
Dickfore said:
You can combine your definition of c and d, to eliminate the intermediate value c (and g further on):
[tex]
d = b + 2c = b + 2(b - a) = 3b - 2a
[/tex]
Other than that, you logic seems like stabbing in the dark to find the given answer 150.

Of course I can, and I did: A = a, b, b+2(b-a), 10a, 10(b-1), 2[10(b-1) - 10a] + 10(b-1), 10(10a), 10[10(b-1)], 2{10[10(b-1)]- 10(10)a}, ...
A is defined purely in terms of a and b

How is it stabbing in the dark?
The difference between the first two terms is half the difference between the second and third terms. The sequence has units that are triplets...
 
  • #42
Noxide said:
Of course I can, and I did: A = a, b, b+2(b-a), 10a, 10(b-1), 2[10(b-1) - 10a] + 10(b-1), 10(10a), 10[10(b-1)], 2{10[10(b-1)]- 10(10)a}, ...
A is defined purely in terms of a and b

How is it stabbing in the dark?
The difference between the first two terms is half the difference between the second and third terms. The sequence has units that are triplets...

What's the logic for 10(b - 1) in the second term of the second triplet, i.e. 70? If you followed any logic from the previous one, you should have written 80.
 
  • #43
Dickfore said:
What's the logic for 10(b - 1) in the second term of the second triplet, i.e. 70? If you followed any logic from the previous one, you should have written 80.

Maybe this is less a dumb question than a dumb answer...?
That this comes from an IQ test is the only justification for considering the (or a) pattern observed in the first three terms and applying that to the next set of three.

This reminds me of the analogy questions on the old SAT. Something like
fish:water::telephone:_______
 
  • #44
Let us use polynomial inetrpolation:

[tex]
\begin{array}{ccccc}
3& & & & \\
&5& & & \\
8& &5& & \\
&10& &-3 \\
18& &2& &19\\
&12& &16& \\
30& &18& &\mathbf{19}\\
&40& &35& \\
70& &53& & \\
&93& & & \\
\mathbf{163}& & & &
\end{array}
[/tex]
 
  • #45
Noxide said:
Of course I can, and I did: A = a, b, b+2(b-a), 10a, 10(b-1), 2[10(b-1) - 10a] + 10(b-1), 10(10a), 10[10(b-1)], 2{10[10(b-1)]- 10(10)a}, ...
A is defined purely in terms of a and b

How is it stabbing in the dark?
The difference between the first two terms is half the difference between the second and third terms. The sequence has units that are triplets...

That's ok, but the following "triplet" solution is no more (or no less) arbitrary.

3 8 18 : 30 70 2097 : 57 132 7506 :

The third term in each triplet is the product of the previous two terms minus the digit sum (of that product). For example 3*8=24 and 24-2-4 = 18.

The triplets are continued via [itex]T_{3n+1} = T_{3n-2} + 27[/itex] and [itex]T_{3n+2} = T_{3n-1}+62[/itex], starting with T1 = 3 and T2 = 8.
 
  • #46
I've got an even better idea. Let's plot the sequence against n, draw a random curve through those points, and then look at the graph! An experimental way to decide it once and for all.
 
  • #47
The Chaz said:
Maybe this is less a dumb question than a dumb answer...?
That this comes from an IQ test is the only justification for considering the (or a) pattern observed in the first three terms and applying that to the next set of three.

This reminds me of the analogy questions on the old SAT. Something like
fish:water::telephone:_______

Funny how the logical explanation has yet again been ignored and overlooked by you guys.

I assume you're just trying to worth out a real "pattern" in these numbers now to prove there IS indeed a pattern, correct?

Without logic we are adrift on a sea of rationalizations.
 
  • #49
uart said:
That's ok, but the following "triplet" solution is no more (or no less) arbitrary.

3 8 18 : 30 70 2097 : 57 132 7506 :

The third term in each triplet is the product of the previous two terms minus the digit sum (of that product). For example 3*8=24 and 24-2-4 = 18.

The triplets are continued via [itex]T_{3n+1} = T_{3n-2} + 27[/itex] and [itex]T_{3n+2} = T_{3n-1}+62[/itex], starting with T1 = 3 and T2 = 8.

This cannot be the case... You are overlooking an axiom of the sequence. That axiom being the difference between the first two terms of the triplet is half of the difference between the 2nd and third terms of each triplet.
 
  • #50
Noxide said:
This cannot be the case... You are overlooking an axiom of the sequence. That axiom being the difference between the first two terms of the triplet is half of the difference between the 2nd and third terms of each triplet.

lolwut? Where was this axiom postulated?
 
  • #51
Lol yeah, where has the axiom been postulated? Anyways, you're taking this question far too seriously, and, probably, whatever IQ test you got it from far to seriously as well... IQ tests aren't even supported very well by even those who administer them--except for hi-IQ societies--that arn't scientific. IQ dosen't really tell you much about a person, except for in the extreems, in which case it's unlikly that you're not stupid if you have an IQ of 73, and you're unlikely to be not smart if you have an IQ>125... There's no gurentee. There are people who have IQs above 140 who don't do anything with there lives, lack any significant academic skill, and display no behavior indicitive of intelligence.
 
  • #52
uart said:
Not good. You've given a solution to a different problem, or changed the first term in the sequence to make it fit your solution. The first term was supposed to be 3.

hey

oh i must've copied the original series wrong (i did do this at around 4 am)

so possibly a solution to a different problem, but not "changed the first term in the sequence to make it fit"

but you're right, my solution's 100% wrong
 
Last edited:
  • #53
Chris11 said:
Lol yeah, where has the axiom been postulated? Anyways, you're taking this question far too seriously, and, probably, whatever IQ test you got it from far to seriously as well... IQ tests aren't even supported very well by even those who administer them--except for hi-IQ societies--that arn't scientific. IQ dosen't really tell you much about a person, except for in the extreems, in which case it's unlikly that you're not stupid if you have an IQ of 73, and you're unlikely to be not smart if you have an IQ>125... There's no gurentee. There are people who have IQs above 140 who don't do anything with there lives, lack any significant academic skill, and display no behavior indicitive of intelligence.

What do you mean they're not "supported very well" by those who administer them?

I.Q. tells us exactly the "I.Q." of a person and depending on the test administered, a rating in the qualities that the test's supposed to measure, e.g. cognitive reflex or fluid reasoning, etc. Really though, it's not like we expect it to tell us any more. Otherwise it's like expecting B.M.I. to tell us exactly how well a person will do in a certain sport.

You're absolutely right in stating the fact that some people with I.Q. above 140 who don't achieve anything. However, that's achievement and not "intelligence" as meant by the tests.

It appears in your post you're just ripping on I.Q. testing... =/
 
  • #54
the next number is 176
why?
just a guess really...
 
  • #55
shinkyo00 said:
What do you mean they're not "supported very well" by those who administer them?

I.Q. tells us exactly the "I.Q." of a person and depending on the test administered, a rating in the qualities that the test's supposed to measure, e.g. cognitive reflex or fluid reasoning, etc. Really though, it's not like we expect it to tell us any more. Otherwise it's like expecting B.M.I. to tell us exactly how well a person will do in a certain sport.

You're absolutely right in stating the fact that some people with I.Q. above 140 who don't achieve anything. However, that's achievement and not "intelligence" as meant by the tests.

It appears in your post you're just ripping on I.Q. testing... =/

You're right. It does tell you what your IQ is. However, my problem with IQ is that IQ has become synomonous with intelligence in popular society. Further, their precision can be called into question: a person under inhibitions can easily score SDs under their 'actual' IQ level. Also, it has been shown in longitudial studies that people's IQs can vary by as much as 2 SDs, given valid testing. No one has an IQ until it is measured, and it's important to keep in mind that these scores are not, as many people believe, inherent properties of the individual being tested.

Also, BMI is actually a more valid measure as it does not rely upon a person's performance on administering the test or writing the test being administered, which are both subject to ENORMOUS fluctuations over the course of as little time as a week.

By 'not supported very well by people who administer them,' I mean that the majority of praticing psychiatrists have little to no faith in IQ testing and its ability to provide a valid measure of intelligence.
 
  • #56
You're right. It does tell you what your IQ is. However, my problem with IQ is that IQ has become synomonous with intelligence in popular society.

Then I think your problem should be with those who misunderstand it and not with the subject itself! :)

Further, their precision can be called into question: a person under inhibitions can easily score SDs under their 'actual' IQ level.

If someone doesn't use the instrument as intended and ends up with an inaccurate result, it's not the instrument's fault! So a very drunk physicist measures and reports a length incorrectly - do we throw out the ruler or discipline the physicist?

Also, it has been shown in longitudial studies that people's IQs can vary by as much as 2 SDs, given valid testing.

Fine, but so what? If we measure a beanstalk today and the measurement differs a week later, do we conclude that the ruler is broken? In any case, no one here has been insisting that I.Q. is fixed.

No one has an IQ until it is measured, and it's important to keep in mind that these scores are not, as many people believe, inherent properties of the individual being tested.

Again, no one here has been insisting that I.Q. is fixed.

Also, BMI is actually a more valid measure as it does not rely upon a person's performance on administering the test or writing the test being administered, which are both subject to ENORMOUS fluctuations over the course of as little time as a week.

You mean reliable, possibly more accurate.

By 'not supported very well by people who administer them,' I mean that the majority of praticing psychiatrists have little to no faith in IQ testing and its ability to provide a valid measure of intelligence.

Well, if it's written out in full technical detail, every person who's studied psychometrics should understand that "intelligence" in the context of I.Q. testing has a very precise meaning that is not the same as what is meant when used in the mainstream... so what faith is there to be had? If the practitioner firmly states that I.Q. isn't what intelligence is entirely about, then strictly speaking, it's redundant given the understanding of psychometrics. If the practitioner firmly states that I.Q. is exactly what intelligence is and that the converse is also true, then that's their own opinion and it has no bearing on what psychometrics is about and whether psychometric tools are valid or not.

Anyway, it still sounds like you have a problem with the public's misunderstanding and not with I.Q. testing itself.
 
  • #57
Chris11 said:
Lol yeah, where has the axiom been postulated? Anyways, you're taking this question far too seriously, and, probably, whatever IQ test you got it from far to seriously as well... IQ tests aren't even supported very well by even those who administer them--except for hi-IQ societies--that arn't scientific. IQ dosen't really tell you much about a person, except for in the extreems, in which case it's unlikly that you're not stupid if you have an IQ of 73, and you're unlikely to be not smart if you have an IQ>125... There's no gurentee. There are people who have IQs above 140 who don't do anything with there lives, lack any significant academic skill, and display no behavior indicitive of intelligence.

"There are people who have IQs above 140 who don't do anything with there lives, lack any significant academic skill, and display no behavior indicitive of intelligence"

Really?

That's a rather sweeping statement!

They are certainly good at getting the right answer in IQ tests, which requires some kind of logical ability assuming the test is a good one.
"don't do anything with their lives"? What are they supposed to do? Run a bank and bankrupt it? Or start a world war?
Maths is academic, hard to see how someone with such a high IQ would be bad at maths.
I doubt anyone with a low IQ would be too good at maths, I would question the maths test or the IQ test if they were.

Maths is pretty precise, the answer is usually not a matter of opinion.

Anyway I don't think there has a been a good answer provided yet, I suspect the question
is a bad or erroneous one, but I would think someone would be able to make a plausible answer that was not massively complicated.

However it is quite a long sequence and each number in it adds another level of complexity.

What it does show I think is that number sequences questions are rather poor IQ questions because the number of possible answers is only limited by your imagination.

Maybe there should be a reward for the first person to solve it!
 
  • #58
alice22 said:
"There are people who have IQs above 140 who don't do anything with there lives, lack any significant academic skill, and display no behavior indicitive of intelligence"

Really?

That's a rather sweeping statement!

They are certainly good at getting the right answer in IQ tests, which requires some kind of logical ability assuming the test is a good one.
"don't do anything with their lives"? What are they supposed to do? Run a bank and bankrupt it? Or start a world war?
Maths is academic, hard to see how someone with such a high IQ would be bad at maths.
I doubt anyone with a low IQ would be too good at maths, I would question the maths test or the IQ test if they were.

Maths is pretty precise, the answer is usually not a matter of opinion.

Anyway I don't think there has a been a good answer provided yet, I suspect the question
is a bad or erroneous one, but I would think someone would be able to make a plausible answer that was not massively complicated.

However it is quite a long sequence and each number in it adds another level of complexity.

What it does show I think is that number sequences questions are rather poor IQ questions because the number of possible answers is only limited by your imagination.

Maybe there should be a reward for the first person to solve it!

Hi Alice, which sequence hasn't been solved yet? And no, number sequences aren't all poor I.Q. questions.

Anyway, which test did you get this sequence from?
 
  • #59
Ok solved it. Turns out it's a really beautiful question!

Answer: 126

or not...checked and saw that someone's already posted 126 so I'm guessing 126's not it

btw, has 126 been checked? by the OP, that is

p.s. if 126 turns out to be correct, i'll give a simpler method to derive it, as opposed to the method dickfore gave
 
Last edited:
  • #60
alice22 said:
"There are people who have IQs above 140 who don't do anything with there lives, lack any significant academic skill, and display no behavior indicitive of intelligence"

Really?

That's a rather sweeping statement!

They are certainly good at getting the right answer in IQ tests, which requires some kind of logical ability assuming the test is a good one.
"don't do anything with their lives"? What are they supposed to do? Run a bank and bankrupt it? Or start a world war?
Maths is academic, hard to see how someone with such a high IQ would be bad at maths.
I doubt anyone with a low IQ would be too good at maths, I would question the maths test or the IQ test if they were.

Maths is pretty precise, the answer is usually not a matter of opinion.

Anyway I don't think there has a been a good answer provided yet, I suspect the question
is a bad or erroneous one, but I would think someone would be able to make a plausible answer that was not massively complicated.

However it is quite a long sequence and each number in it adds another level of complexity.

What it does show I think is that number sequences questions are rather poor IQ questions because the number of possible answers is only limited by your imagination.

Maybe there should be a reward for the first person to solve it!

Dyscalcula. Look it up. Many extreemly smart individuals have existed who have been absolutly dreadful at mathematical reasoning. For instance, one of my philosphy professors.


Also, number sequences are essencial to IQ testing. They are one of the fundamental components of any IQ test.
 
  • #61
shinkyo00 said:
Then I think your problem should be with those who misunderstand it and not with the subject itself! :)



If someone doesn't use the instrument as intended and ends up with an inaccurate result, it's not the instrument's fault! So a very drunk physicist measures and reports a length incorrectly - do we throw out the ruler or discipline the physicist?



Fine, but so what? If we measure a beanstalk today and the measurement differs a week later, do we conclude that the ruler is broken? In any case, no one here has been insisting that I.Q. is fixed.



Again, no one here has been insisting that I.Q. is fixed.



You mean reliable, possibly more accurate.



Well, if it's written out in full technical detail, every person who's studied psychometrics should understand that "intelligence" in the context of I.Q. testing has a very precise meaning that is not the same as what is meant when used in the mainstream... so what faith is there to be had? If the practitioner firmly states that I.Q. isn't what intelligence is entirely about, then strictly speaking, it's redundant given the understanding of psychometrics. If the practitioner firmly states that I.Q. is exactly what intelligence is and that the converse is also true, then that's their own opinion and it has no bearing on what psychometrics is about and whether psychometric tools are valid or not.

Anyway, it still sounds like you have a problem with the public's misunderstanding and not with I.Q. testing itself.


Yes! You are right. However, it is this misunderstanding, that people don't realize is such, that IQ tests are known for. Yes it does have a bearing upon whether or not pscycometric tools are valid in pratice. This is a legitmate appeal to authority.
 
  • #62
Chris11 said:
Dyscalcula. Look it up. Many extreemly smart individuals have existed who have been absolutly dreadful at mathematical reasoning. For instance, one of my philosphy professors.


Also, number sequences are essencial to IQ testing. They are one of the fundamental components of any IQ test.

Wrong. Raven's Progressive Matrices, Raven's Advanced Progressive Matrices are just 2 examples that don't use number sequences.
 
  • #63
Chris11 said:
Yes! You are right. However, it is this misunderstanding, that people don't realize is such, that IQ tests are known for. Yes it does have a bearing upon whether or not pscycometric tools are valid in pratice. This is a legitmate appeal to authority.

What are you talking about? An uninvolved (in the sense of not being involved in the development or evaluation thereof) personal opinion has no bearing on the validity of something that is the product of intensive research, screening and very strict peer review among other things.

It's not a legitimate appeal to authority at all.

So what if that's what I.Q. tests are known for in the public's mind? The point here is that the people are responsible for their understanding of something. If they misunderstand, that is no cause for holding anything against the subject they misunderstood.

Suppose a very incompetent judge reviews the case of an underage pregnancy. Suppose there is a law that punishes such pregnancies. Now, let's suppose the girl was raped. So does the judge here lay down punishment, or decide that the girl is an innocent victim?
 
  • #64
shinkyo00 said:
Wrong. Raven's Progressive Matrices, Raven's Advanced Progressive Matrices are just 2 examples that don't use number sequences.

Correct, however those particular tests are very old, and are not general enough to provide an accurate assesment of human intelligence. Did you even look up dyscalculia?
 
  • #65
Chris11 said:
Correct, however those particular tests are very old, and are not general enough to provide an accurate assesment of human intelligence.

Doesn't change the fact that they're I.Q. tests! In fact, because you said "any" (implying all), I can refer to Binet's "home-made" (in comparison to today's tests) test way back and you'd still be wrong.

I think you'd have to concede this point.

By the way, what was mentioned (by you) is that number sequences is essential and not that modern tests use them (and so we exclude old ones from the debate), not that we only consider tests that gauge different aspects, etc.
 
Last edited:
  • #66
shinkyo00 said:
Doesn't change the fact that they're I.Q. tests! In fact, because you said "any" (implying all), I can refer to Binet's "home-made" (in comparison to today's tests) test way back and you'd still be wrong.

I think you'd have to concede this point.

Yes I said any. Oh well. That was a mistake. None of those tests that you have mentioned are even used very often, if at all. The most common IQ test that is used is the WISC or WAIS, which both feature numerical sequence problems. Also, you are not addressing my main argument which is against the 'validity' of IQ testing. You have failed to address the most relevant points that I have raised in our discussion after your first reply to one of my comments. They are 'IQ' tests, but the main point is that they are not generally accepted methods, and are either completely outdated or far too specific to provide any truly scientific measurement.

IQ tests are only useful in identifying learning disiblities and pottential giftedness or mental retardation. And, in the last 2, great or poor performance on an IQ test is not a sufficent or nessacary condition.

Furthermore, whenever a specific intellectual disability is identified via IQ testing, what happens is that the person conducting the assesment adjusts scores to obtain what they feel is a more accurate measure. This means that IQ test, as it was, was not valid. Further, as these adjustments are by no means standardized, this means that their new, adjusted IQ score is also not a scientific measurement.

I was a member of mensa a while ago, and I attended some meetings. At these meetings, those who showed up generally talked and thought about nothing other than IQ testing, and equating intelligence with IQ, they talked about their ascomplishments. Several of those who showed up that day displayed no signs of high intelligence other than that they were members of the organization and that they were good scrable players. In terms of thoughtfullness (in the literal sense), most of them were lacking. In terms of ability, most of them were also lacking as whatever curiousities and natural gifts that they may or may not have possessed were used to obsess over what is essencially a meaningless number.
 
  • #67
None of those tests that you have mentioned are even used very often, if at all.

That's a moot point. They're still accepted as psychometric instruments. Not very often doesn't mean they're not accepted anymore. Again, there are other tests out there that do not feature number sequences.

Also, you are not addressing my main argument which is against the 'validity' of IQ testing. You have failed to address the most relevant points that I have raised in our discussion after your first reply to one of my comments. They are 'IQ' tests, but the main point is that they are not generally accepted methods, and are either completely outdated or far too specific to provide any truly scientific measurement.

Which main argument exactly did I not address? I made the distinction between a technical definition of intelligence and an everyday usage of the word, which I believe is what you're trying to express but have not. Please refer back to previous posts regarding why your arguments against I.Q. testing in general are not correct.

Not generally accepted methods of what? If they're not generally accepted, please explain why the field of psychometrics still exists, and why this field is still producing results that involve I.Q., and why new revisions of I.Q. tests are still being produced. Please provide a source that substantiates your claim.

Far too specific to provide any truly scientific measurement? Wasn't precision what you were after? In all seriousness, please explain how anything can be so specific that it's not scientific.

IQ tests are only useful in identifying learning disiblities and pottential giftedness or mental retardation.

Tautology.

And, in the last 2, great or poor performance on an IQ test is not a sufficent or nessacary condition.

Wrong. Schools in Asia still used I.Q. tests as a necessary and sufficient condition for admittance to gifted/accelerated programs in the last 10-15 years, that I personally know of.

Furthermore, whenever a specific intellectual disability is identified via IQ testing, what happens is that the person conducting the assesment adjusts scores to obtain what they feel is a more accurate measure. This means that IQ test, as it was, was not valid.

Further, as these adjustments are by no means standardized, this means that their new, adjusted IQ score is also not a scientific measurement.

That just means that specific testing has to be adjusted for. It doesn't mean the entirety of I.Q. testing methodology, psychometrics, research in any way involving I.Q. is invalid. All it means is that other factors, that can't currently be objectively accounted for, have influenced the score and therefore the score itself is compromised.

I was a member of mensa a while ago, and I attended some meetings. At these meetings, those who showed up generally talked and thought about nothing other than IQ testing, and equating intelligence with IQ, they talked about their ascomplishments. Several of those who showed up that day displayed no signs of high intelligence other than that they were members of the organization and that they were good scrable players. In terms of thoughtfullness (in the literal sense), most of them were lacking. In terms of ability, most of them were also lacking as whatever curiousities and natural gifts that they may or may not have possessed were used to obsess over what is essencially a meaningless number.

It is true that many of these organizations have members that are mistaken, misled, etc. It's also true that there is a fascination with I.Q. testing and intelligence. However, if you're going to judge a subject based on unrelated anecdotal evidence, then please, retract all your arguments so far and do more research before you make any more claims.

Essentially, the last paragraph you posted has nothing at all to do with I.Q. testing. So there exists a club for lawyers. Suppose you happen onto them while they're at a club meeting and you overhear them all giving confessions. Suppose this happens again and again. Do you now conclude that all lawyers are brutally honest people and that law degrees are a great thing since they identify those who are honest?
 
  • #68
shinkyo00 said:
That's a moot point. They're still accepted as psychometric instruments. Not very often doesn't mean they're not accepted anymore. Again, there are other tests out there that do not feature number sequences.
Which main argument exactly did I not address? I made the distinction between a technical definition of intelligence and an everyday usage of the word, which I believe is what you're trying to express but have not. Please refer back to previous posts regarding why your arguments against I.Q. testing in general are not correct.

Not generally accepted methods of what? If they're not generally accepted, please explain why the field of psychometrics still exists, and why this field is still producing results that involve I.Q., and why new revisions of I.Q. tests are still being produced. Please provide a source that substantiates your claim.

Far too specific to provide any truly scientific measurement? Wasn't precision what you were after? In all seriousness, please explain how anything can be so specific that it's not scientific.
Tautology.
Wrong. Schools in Asia still used I.Q. tests as a necessary and sufficient condition for admittance to gifted/accelerated programs in the last 10-15 years, that I personally know of.
That just means that specific testing has to be adjusted for. It doesn't mean the entirety of I.Q. testing methodology, psychometrics, research in any way involving I.Q. is invalid. All it means is that other factors, that can't currently be objectively accounted for, have influenced the score and therefore the score itself is compromised.
It is true that many of these organizations have members that are mistaken, misled, etc. It's also true that there is a fascination with I.Q. testing and intelligence. However, if you're going to judge a subject based on unrelated anecdotal evidence, then please, retract all your arguments so far and do more research before you make any more claims.

Essentially, the last paragraph you posted has nothing at all to do with I.Q. testing. So there exists a club for lawyers. Suppose you happen onto them while they're at a club meeting and you overhear them all giving confessions. Suppose this happens again and again. Do you now conclude that all lawyers are brutally honest people and that law degrees are a great thing since they identify those who are honest?

That was not a tautology

Look. I'm not attempting to discredit the entire field of psychometric. Pschometrics exists because it can provide us with useful measurements in certain situations. When I meant to specific to provide any scientific measurement, what I was saying was that they were to specific to provide any scientific measurement of human intelligence.

I have entirely accepted the distincition that you have made. What I'm arguing against is public misconception, and the obsession that many people have with IQ testing. It is a measure that provides us with some valuable information about an individiual, provided that they are administered correctly.

The antedotal evidence is exactly what was needed to support the claim that I made before: that there are some people with high IQs that aren't truly 'gifted' at anything. The last paragraph had to do with something that I had mentioned earlier that you happened to object to... No I would not think that "all" lawyers were brutly honest people. I wouldn't insert an all quantifier in that circumstance. I would insert a some quantifier... I only claimed that SOME people with high IQs are low in most everything assosiated with organic intelligence, rather than the operationaly defined facsimile.

What you didn't address was the myriad of exceptions to the rule: people who are identified as having dyscalcula, dyslexia, or any other intelectual disability that severly affects their IQ score on an unadjusted test. Further, what you also didn't address, was the correlaries of that assertion. They are significant in number enough to be critical counterexamples.
 
  • #69
shinkyo00 said:
Then I think your problem should be with those who misunderstand it and not with the subject itself! :)
If someone doesn't use the instrument as intended and ends up with an inaccurate result, it's not the instrument's fault! So a very drunk physicist measures and reports a length incorrectly - do we throw out the ruler or discipline the physicist?
Fine, but so what? If we measure a beanstalk today and the measurement differs a week later, do we conclude that the ruler is broken? In any case, no one here has been insisting that I.Q. is fixed.
Again, no one here has been insisting that I.Q. is fixed.
You mean reliable, possibly more accurate.
Well, if it's written out in full technical detail, every person who's studied psychometrics should understand that "intelligence" in the context of I.Q. testing has a very precise meaning that is not the same as what is meant when used in the mainstream... so what faith is there to be had? If the practitioner firmly states that I.Q. isn't what intelligence is entirely about, then strictly speaking, it's redundant given the understanding of psychometrics. If the practitioner firmly states that I.Q. is exactly what intelligence is and that the converse is also true, then that's their own opinion and it has no bearing on what psychometrics is about and whether psychometric tools are valid or not.

Anyway, it still sounds like you have a problem with the public's misunderstanding and not with I.Q. testing itself.

The bean stock analogy was horrible. IQ is supposed to be a stable measure. It is supposed to measure something truly innate in the individual--something that has virtually no oppurtunity to change.
 
  • #70
it's funny how this thread started about the solution to a number pattern and is now a bunch of... people complaining about IQ tests!
 

Similar threads

Replies
3
Views
487
  • General Math
Replies
3
Views
856
  • General Math
Replies
1
Views
1K
  • General Math
Replies
1
Views
1K
  • General Math
Replies
8
Views
2K
  • General Math
Replies
3
Views
2K
Replies
5
Views
1K
  • General Math
Replies
11
Views
1K
Replies
1
Views
710
Back
Top