"智商測試/數字智商測試" 修訂間的差異

出自 Tw.18dao.net
前往: 導覽搜尋
 
(未顯示同一使用者於中間所作的 4 次修訂)
行 1: 行 1:
 
{{智商測試/內容頂部}}
 
{{智商測試/內容頂部}}
 +
<html>
 +
<SCRIPT language="javascript">
 +
function newswin(url)
 +
{
 +
window.open(url,"","height=400,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no,left=0,top=0");
 +
}
 +
</SCRIPT>
 +
<SCRIPT language="JavaScript">
 +
<!--hide from Non-JavaScript browsers
 +
function calculate(theForm){
 +
var storea=0;
 +
if(theForm.q1.value=="48"){storea+=3;}
 +
if(theForm.q2.value=="24"){storea+=3;}
 +
if(theForm.q3.value=="80"){storea+=3;}
 +
if(theForm.q4.value=="5"){storea+=3;}
 +
if(theForm.q5.value=="18"){storea+=3;}
 +
if(theForm.q6.value=="154"){storea+=3;}
 +
if(theForm.q7.value=="3"){storea+=3;}
 +
if(theForm.q8.value=="86"){storea+=3;}
 +
if(theForm.q9.value=="333"){storea+=3;}
 +
if(theForm.q10.value=="35"){storea+=3;}
 +
if(theForm.q11.value=="5"){storea+=3;}
 +
if(theForm.q12.value=="37"){storea+=3;}
 +
if(theForm.q13.value=="7"){storea+=3;}
 +
if(theForm.q14.value=="33"){storea+=3;}
 +
if(theForm.q15.value=="3"){storea+=3;}
 +
if(theForm.q16.value=="14"){storea+=3;}
 +
if(theForm.q17.value=="6"){storea+=3;}
 +
if(theForm.q18.value=="4"){storea+=3;}
 +
if(theForm.q19.value=="18"){storea+=3;}
 +
if(theForm.q20.value=="3"){storea+=3;}
 +
if(theForm.q21.value=="18"){storea+=3;}
 +
if(theForm.q22.value=="232"){storea+=3;}
 +
if(theForm.q23.value=="21"){storea+=3;}
 +
if(theForm.q24.value=="481"){storea+=3;}
 +
if(theForm.q25.value=="2"){storea+=3;}
 +
if(theForm.q26.value=="19"){storea+=3;}
 +
if(theForm.q27.value=="3"){storea+=3;}
 +
if(theForm.q28.value=="77"){storea+=3;}
 +
if(theForm.q29.value=="7"){storea+=3;}
 +
if(theForm.q30.value=="61"){storea+=3;}
 +
if(theForm.q31.value=="11"){storea+=3;}
 +
if(theForm.q32.value=="46"){storea+=3;}
 +
if(theForm.q33.value=="24"){storea+=3;}
 +
if(theForm.q34.value=="5"){storea+=3;}
 +
if(theForm.q35.value=="518"){storea+=3;}
 +
if(theForm.q36.value=="3"){storea+=3;}
 +
if(theForm.q37.value=="19"){storea+=3;}
 +
if(theForm.q38.value=="152"){storea+=3;}
 +
if(theForm.q39.value=="40"){storea+=3;}
 +
if(theForm.q40.value=="20,26"){storea+=6;}
 +
if(theForm.q41.value=="66"){storea+=3;}
 +
if(theForm.q42.value=="179"){storea+=3;}
 +
if(theForm.q43.value=="64"){storea+=3;}
 +
if(theForm.q44.value=="111"){storea+=3;}
 +
if(theForm.q45.value=="297"){storea+=3;}
 +
if(theForm.q46.value=="6"){storea+=3;}
 +
if(theForm.q47.value=="55,100"){storea+=6;}
 +
if(theForm.q48.value=="91"){storea+=3;}
 +
if(theForm.q49.value=="581"){storea+=3;}
 +
if(theForm.q50.value=="6"){storea+=3;}
 +
var i = document.clock.face.value;
 +
return confirm("謝謝妳參加智商測試!\n\n"+
 +
"妳的智商爲:"+storea+"\n\n"+
 +
"您所用的時間:" +i+"\n"+
 +
"===================================\n70-    --弱智\n"+
 +
"70-89  --智力低下\n"+
 +
"90-99  --智力中等\n"+
 +
"100-109--智力中上\n"+
 +
"110-119--智力優秀\n"+
 +
"120-129--智力非常優秀\n"+
 +
"130-139--智力非常非常優秀\n"+
 +
"140+  --天才");
 +
 +
}
 +
//end of the Calculator IQ Score functions
 +
 +
//----begin of the timer functions----
 +
var timerID = null;
 +
var timerRunning = false;
 +
startday = new Date();
 +
clockStart = startday.getTime();
 +
 +
function initStopwatch() {
 +
var myTime = new Date();
 +
  return((myTime.getTime() - clockStart)/1000);
 +
}
 +
 +
function stopclock (){
 +
if(timerRunning)
 +
  clearTimeout(timerID);
 +
  timerRunning = false;
 +
}
 +
 +
function showtime () {
 +
var tSecs = Math.round(initStopwatch());
 +
  var iSecs = tSecs % 60;
 +
  var iMins = Math.round((tSecs-30)/60); 
 +
  var sSecs ="" + ((iSecs > 9) ? iSecs : "0" + iSecs);
 +
  var sMins ="" + ((iMins > 9) ? iMins : "0" + iMins);
 +
  document.clock.face.value = sMins+":"+sSecs;
 +
  timerID = setTimeout("showtime()",1000);
 +
  timerRunning = true;
 +
}
 +
 +
function startclock () {
 +
// Make sure the clock is stopped
 +
  stopclock();
 +
  startday = new Date();
  
<html>
+
  clockStart = startday.getTime();
<div class="show_cnt">
+
  showtime();
<p style="line-height: 100%; color: #ff0000; font-weight: bold; margin-top: 22px;"><b style="color: #0000ff; font-size: 18px;"></b></p>
+
}
<p style="text-indent:2em;">
+
//end hide-->
什麽是門薩?門薩是1946年,由羅蘭德·貝裏爾和蘭斯·韋林在英國牛津創立的壹個以智商爲條件接收會員的俱樂部。 門薩取自于圓桌,意思就希望能夠讓智商平等的人們坐在壹起。
+
    </SCRIPT>
</p>
+
<TABLE border="0" cellpadding="0" cellspacing="0" height="30" width="743">
<p style="text-indent:2em;">
+
<TBODY>
門薩是專門爲高智商的人建立的壹個俱樂部,通過各種各樣活動,讓成員們在壹起交流,切磋,互相認可和提供,彼此之間分享自己的成功。
+
<TR>
</p>
+
  <TD>
<p style="text-indent:2em;">
+
  <P style="MARGIN-TOP: 5px; MARGIN-BOTTOM: 5px" align="center"><B>數字測智商</B>
以下,就是門薩俱樂部最著名的20道智商測試題,妳想挑戰壹下自己的智商嗎?那就快來試試吧。
+
    </P><P style="MARGIN-TOP: 5px; MARGIN-BOTTOM: 5px" align="center"> 
</p>
+
    </P><P style="MARGIN: 5px; TEXT-INDENT: 20px" align="left">這是壹份從數字方面來判定智商的試卷。<br />(應試對象最佳年齡在16~40歲之間)<br />每道題需經仔細思考方可尋出其規律性,從而得出答案。
<p style="text-indent:2em;">
+
    </P><P style="MARGIN: 5px; TEXT-INDENT: 20px" align="left">測試時間爲60分鍾!
1.根據(1)和(2)的邏輯關系,(3)和下面那壹個圖形相似?
+
    </P><P style="MARGIN: 5px; TEXT-INDENT: 20px" align="left">妳可以使用紙和筆,不可以使用計算器等工具。
</p>
+
    </P><P style="MARGIN: 5px; TEXT-INDENT: 20px" align="left"></P>
<p style="text-indent:2em;">
+
      <FORM name="clock" onsubmit="0">
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/1.jpg" />
+
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
</p>
+
                <TBODY>
<p style="text-indent:2em;">
+
                  <TR>
2.根據(1)和(2)的邏輯關系,(3)和下面那壹個圖形相似?
+
                    <TD><P style="MARGIN-TOP: 5px; MARGIN-BOTTOM: 5px" align="center">
</p>
+
                        <INPUT size="9" value=" " name="face">
<p style="text-indent:2em;">
+
                      </P>
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/2.jpg" />
+
                        <P style="MARGIN-TOP: 5px; MARGIN-BOTTOM: 5px" align="center">
</p>
+
                          <INPUT onclick="startclock()" type="button" value="開始計時" name="B1">
<p style="text-indent:2em;">
+
                      </P></TD>
3.根據(1)和(2)的邏輯關系,(3)和下面那壹個圖形相似?
+
                  </TR>
</p>
+
                </TBODY>
<p style="text-indent:2em;">
+
                </table>
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/3.jpg" />
+
          </FORM>
</p>
+
         
<p style="text-indent:2em;">
+
          <P style="MARGIN: 5px; TEXT-INDENT: 20px"><BR></P>
4.下列圖形哪壹個不同于其他圖形?
+
          <P style="MARGIN: 5px; TEXT-INDENT: 20px">英國著名的心理學家、個性研究專家H.J.EYSENCK(艾塞肯)設計</P>
</p>
+
</TD>
<p style="text-indent:2em;">
+
</TR>
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/4.jpg" />
+
<TR>
</p>
+
<TD>
<p style="text-indent:2em;">
+
<FORM onsubmit="calculate(this)" method="post">
5.下列圖形哪壹個不同于其他圖形?
+
              <INPUT type="hidden" name="usetime">
</p>
+
              <P style="MARGIN: 5px 5px 5px 20px">在方框中填入每題問號處相應的數字
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px">1.
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/5.jpg" />
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q1">
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>18、20、24、32、?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</B>  
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px">2.
6.右面的五個圖形中哪個最象左面的圖形?
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q2">
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px">
<p style="text-indent:2em;">
+
              <IMG height="113" src="https://cn.18dao.net/js/img/numberIQ/02.gif" width="115" border="0">  
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/6.jpg" />
+
              </P><P style="MARGIN: 5px 5px 5px 20px">3.
</p>
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q3">
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>212、179、146、113、?&nbsp;&nbsp;</B>  
7.找出壹個獨特的。
+
              </P><P style="MARGIN: 5px 5px 5px 20px">4.
</p>
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q4">
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px">
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/7.jpg" />&nbsp;
+
              <IMG height="141" src="https://cn.18dao.net/js/img/numberIQ/04.gif" width="265" border="0">  
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px">5.
<p style="text-indent:2em;">
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q5">
8.下列圖形中哪壹個表達了上列圖形所表達的順序?
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>6、8、10、11、14、14、?</B>  
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px">6.
<p style="text-indent:2em;">
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q6">
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/8.jpg" />
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>17 (112) 39</B>  
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>28 ( ? ) 49</B>  
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px">7.
9.下列圖形中哪壹個表達了上列圖形所表達的順序?
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q7">
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>3 &nbsp; 9&nbsp;&nbsp; 3</B>  
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>5&nbsp;&nbsp; 7&nbsp;&nbsp;
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/9.jpg" />
+
                1&nbsp;&nbsp;</B>  
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>7&nbsp;&nbsp; 1 &nbsp; ?</B>  
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px">8.
10.下列圖形中哪壹個表達了上列圖形所表達的順序?
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q8">
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>7、13、24、45、?</B>  
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px">9.
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/10.jpg" />
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q9">
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>234 (333) 567</B>  
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>345 ( ? ) 678</B>  
11.下列圖形中哪壹個表達了上列圖形所表達的順序?
+
              </P><P style="MARGIN: 5px 5px 5px 20px">10.
</p>
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q10">
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>4、5、7、11、19、?</B>  
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/11.jpg" />
+
              </P><P style="MARGIN: 5px 5px 5px 20px">11.
</p>
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q11">
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px">
12.下列圖形中哪壹個表達了上列圖形所表達的順序?
+
              <IMG height="163" src="https://cn.18dao.net/js/img/numberIQ/11.gif" width="249" border="0">  
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px">12.
<p style="text-indent:2em;">
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q12">
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/12.jpg" />
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>6、7、9、13、21、?</B>  
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px">13.
<p style="text-indent:2em;">
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q13">
13.上圖右下角缺少的是哪個圖形?
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>4&nbsp;&nbsp; 8&nbsp;&nbsp;  
</p>
+
                6</B>
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>6&nbsp;&nbsp; 2&nbsp;&nbsp;  
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/13-1.jpg" />
+
                4</B>
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>8&nbsp;&nbsp; 6&nbsp;&nbsp;  
<p style="text-indent:2em;">
+
                ?</B>
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/13-2.jpg" />
+
              </P><P style="MARGIN: 5px 5px 5px 20px">14.
</p>
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q14">
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>64、48、40、36、34、?</B>
14.從給出的6個圖形中,選出1個合適的填入空格:
+
              </P><P style="MARGIN: 5px 5px 5px 20px">15.
</p>
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q15">
<p style="text-indent:2em;">
+
              </P><DIV align="center">
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/14.jpg" />
+
                <CENTER>
</p>
+
                  <TABLE height="50" cellspacing="0" cellpadding="0" border="0">
<p style="text-indent:2em;">
+
                    <TBODY>
15.從給出的6個圖形中,選出1個合適的填入空格:
+
                    <TR>
</p>
+
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>2</B></TD>
<p style="text-indent:2em;">
+
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>6</B></TD>
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/15.jpg" />
+
                      <TD align="middle" width="50">
</p>
+
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>?</B></TD>
<p style="text-indent:2em;">
+
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>9</B></TD>
16.將下面的圖形折成正方體,可以形成哪個圖形?
+
                      <TD width="50">
</p>
+
                      <TD width="50">
<p style="text-indent:2em;">
+
                      <TD width="50">
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/16.jpg" />
+
                      <TD width="50">
</p>
+
                      <TD width="50">
<p style="text-indent:2em;">
+
                    </TR>
17.上面圖中塔尖所缺的是哪個圖形?
+
                    <TR>
</p>
+
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>54</B></TD>
<p style="text-indent:2em;">
+
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>18</B></TD>
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/17.jpg" />
+
                      <TD align="middle" width="50">
</p>
+
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>81</B></TD>
<p style="text-indent:2em;">
+
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>27</B></TD>
18.選出錯誤的圖案。下圖有9個網格,分別標有1A-3C,每個網格中的圖案是它最上方和最左方網格中圖案的集合。有壹個網格中的圖案是錯誤的,請找出來。
+
                      <TD width="50">
</p>
+
                      <TD width="50">
<p style="text-indent:2em;">
+
                      <TD width="50">
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/18.jpg" />
+
                      <TD width="50">
</p>
+
                      <TD width="50">
<p style="text-indent:2em;">
+
                    </TR>
19.下面中間應該是哪個圖形?
+
                    </TBODY>
</p>
+
                  </TABLE>
<p style="text-indent:2em;">
+
                </CENTER>
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/19.jpg" />
+
              </DIV>
</p>
+
              <P style="MARGIN: 5px 5px 5px 20px">16.
<p style="text-indent:2em;">
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q16">
20.將下圖分解爲4個形狀相似的部分,使每壹部分都含有下面的5種符號.
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>718 (26) 582</B>
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>474 ( ? ) 226</B>
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px">17.
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/20.jpg" />
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q17">
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>15、13、12、11、9、9</B>、<B>?</B>
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px">18.
<strong>妳的答案都已經選好了嗎?如果妳已經確定好了自己的選擇,就快來看下正確的答案吧!</strong>
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q18">
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>9&nbsp;&nbsp; 4&nbsp;&nbsp;
<p style="text-indent:2em;">
+
                1</B>
<span style="color:#e53333;"><strong>答案:</strong></span>1.E&nbsp; 2.B&nbsp; 3.D&nbsp; 4.B&nbsp; 5.G&nbsp; 6.C&nbsp; 7.B&nbsp; 8.A&nbsp; 9.A&nbsp; 10.C&nbsp; 11.B&nbsp; 12.B&nbsp; 13.D&nbsp; 14.D&nbsp; 15.B&nbsp; 16.E&nbsp; 17.D&nbsp; 18.1C&nbsp; 19.E&nbsp; 20.如圖:
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>6&nbsp;&nbsp; 6&nbsp;&nbsp;
</p>
+
                2</B>
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>1&nbsp;&nbsp; 9&nbsp;&nbsp;
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/20-answer.jpg" />
+
                ?</B>
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px">19.
<p style="text-indent:2em;">
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q19">
智商分數的換算:&nbsp; 將妳的測試成績乘以0.2就等于妳的得分。得分再與下表對比。 比如妳的測試成績是:40分X0.2=8。對照下表則妳的智商爲100。 (星座www.meiguoshenpo.com)
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>11、12、14、?、26、42</B>
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px">20.
<p style="text-indent:2em;">
+
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q20">
<img alt="" src="http://static.meiguoshenpo.com/img/ceshi/mensa/table.jpg" />
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>8&nbsp;&nbsp; 5&nbsp;&nbsp;
</p>
+
                2</B>
<p style="text-indent:2em;">
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>4&nbsp;&nbsp; 5&nbsp;&nbsp;
智商在100-110爲普通;115-125爲良好;130-140爲優秀;145以上爲超常。
+
                0</B>
</p>
+
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>9&nbsp;&nbsp; 6&nbsp;&nbsp;
</div>
+
                ?</B>
</div>
+
              </P><P style="MARGIN: 5px 5px 5px 20px">21.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q21">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">
 +
              <IMG height="113" src="https://cn.18dao.net/js/img/numberIQ/21.gif" width="117" border="0">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">22.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q22">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>341 (250) 466</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>282 ( ? ) 398</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">23.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q23">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">
 +
              <IMG height="150" src="https://cn.18dao.net/js/img/numberIQ/23.gif" width="150" border="0">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">24.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q24">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>12 (340) 14</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>15 ( ? ) 16</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">25.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q25">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>4&nbsp;&nbsp; 7&nbsp;&nbsp;
 +
                6</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>8&nbsp;&nbsp; 4&nbsp;&nbsp;
 +
                8</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>6&nbsp;&nbsp; 5&nbsp;&nbsp;
 +
                ?</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">26.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q26">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>7、14、10、12、14、9、?</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">27.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q27">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">
 +
              <IMG height="118" src="https://cn.18dao.net/js/img/numberIQ/27.gif" width="286" border="0">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">28.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q28">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>17 (102) 12</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>14 ( ? ) 11</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">29.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q29">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>172、84、40、18、?</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">30.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q30">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>1、5、13、29、?</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">31.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q31">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">
 +
              <IMG height="166" src="https://cn.18dao.net/js/img/numberIQ/31.gif" width="170" border="0">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">32.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q32">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">
 +
              <IMG height="150" src="https://cn.18dao.net/js/img/numberIQ/32.gif" width="150" border="0">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">33.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q33">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>0、3、8、15、?</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">34.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q34">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>1、3、2、?、3、7</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">35.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q35">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>447 (336) 264</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>262 ( ? ) 521</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">36.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q36">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">
 +
              <IMG height="148" src="https://cn.18dao.net/js/img/numberIQ/36.gif" width="132" border="0">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">37.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q37">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>4、7、9、11、14、15、19、?</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">38.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q38">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">
 +
              <IMG height="113" src="https://cn.18dao.net/js/img/numberIQ/38.gif" width="117" border="0">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">39.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q39">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>3&nbsp;&nbsp;&nbsp; 7&nbsp;
 +
                16</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>6&nbsp; 13&nbsp; 28</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>9&nbsp; 19&nbsp; ?</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">40.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q40">
 +
                兩個數字用逗號分隔開來:
 +
              </P><DIV align="center">
 +
                <CENTER>
 +
                  <TABLE height="50" cellspacing="0" cellpadding="0" width="400" border="0">
 +
                    <TBODY>
 +
                    <TR>
 +
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>2</B></TD>
 +
                      <TD align="middle" width="25">
 +
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>5</B></TD>
 +
                      <TD align="middle" width="25">
 +
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>9</B></TD>
 +
                      <TD align="middle" width="25">
 +
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>14</B></TD>
 +
                      <TD align="middle" width="25">
 +
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>?</B></TD>
 +
                      <TD align="middle" width="25">
 +
                      <TD align="middle" width="25">
 +
                      <TD align="middle" width="25">
 +
                      <TD align="middle" width="100">
 +
                    </TR>
 +
                    <TR>
 +
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>4</B></TD>
 +
                      <TD align="middle" width="25">
 +
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>8</B></TD>
 +
                      <TD align="middle" width="25">
 +
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>13</B></TD>
 +
                      <TD align="middle" width="25">
 +
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>19</B></TD>
 +
                      <TD align="middle" width="25">
 +
                      <TD style="BORDER-RIGHT: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" align="middle" width="25"><B>?</B></TD>
 +
                      <TD align="middle" width="25">
 +
                      <TD align="middle" width="25">
 +
                      <TD align="middle" width="25">
 +
                      <TD align="middle" width="100">
 +
                    </TR>
 +
                    </TBODY>
 +
                  </TABLE>
 +
                </CENTER>
 +
              </DIV>
 +
              <P style="MARGIN: 5px 5px 5px 20px">41.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q41">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">
 +
              <IMG height="130" src="https://cn.18dao.net/js/img/numberIQ/41.gif" width="130" border="0">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">42.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q42">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">
 +
              <IMG height="113" src="https://cn.18dao.net/js/img/numberIQ/42.gif" width="117" border="0">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">43.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q43">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">
 +
              <IMG height="113" src="https://cn.18dao.net/js/img/numberIQ/43.gif" width="117" border="0">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">44.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q44">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>643 (111) 421</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>269 ( ? ) 491</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">45.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q45">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>857、969、745、1193、?</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">46.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q46">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">
 +
              <IMG height="166" src="https://cn.18dao.net/js/img/numberIQ/46.gif" width="170" border="0">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">47.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q47">
 +
                兩個數字用逗號分隔開來:
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>9&nbsp;&nbsp; (45) 81</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>8&nbsp;&nbsp; (36) 64</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>10 ( ? ) ?</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">48.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q48">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>7、19、37、61、?</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">49.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q49">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px"><B>5、41、149、329、?</B>
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">50.
 +
                <INPUT style="BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid" size="5" name="q50">
 +
              </P><P style="MARGIN: 5px 5px 5px 20px">
 +
              <IMG height="131" src="https://cn.18dao.net/js/img/numberIQ/50.gif" width="288" border="0">
 +
              </P><HR align="left" color="#606060" size="1">
 +
              <P align="center">
 +
                <INPUT type="submit" value="查看得分(IQ值)">
 +
                <INPUT type="reset" value="重新做">
 +
              </P>
 +
              <P align="center"> </P>
 +
            </FORM>
 +
</TD>
 +
</TR>
 +
</TBODY>
 +
</TABLE>  
 
</html>
 
</html>
 
 
{{智商測試/內容底部}}
 
{{智商測試/內容底部}}

於 2021年5月28日 (五) 08:53 的最新修訂

數字測智商

 

這是壹份從數字方面來判定智商的試卷。
(應試對象最佳年齡在16~40歲之間)
每道題需經仔細思考方可尋出其規律性,從而得出答案。

測試時間爲60分鍾!

妳可以使用紙和筆,不可以使用計算器等工具。


英國著名的心理學家、個性研究專家H.J.EYSENCK(艾塞肯)設計

在方框中填入每題問號處相應的數字

1.

18、20、24、32、?      

2.

3.

212、179、146、113、?  

4.

5.

6、8、10、11、14、14、?

6.

17 (112) 39

28 ( ? ) 49

7.

3   9   3

5   7   1  

7   1   ?

8.

7、13、24、45、?

9.

234 (333) 567

345 ( ? ) 678

10.

4、5、7、11、19、?

11.

12.

6、7、9、13、21、?

13.

4   8   6

6   2   4

8   6   ?

14.

64、48、40、36、34、?

15.

2 6 ? 9
54 18 81 27

16.

718 (26) 582

474 ( ? ) 226

17.

15、13、12、11、9、9?

18.

9   4   1

6   6   2

1   9   ?

19.

11、12、14、?、26、42

20.

8   5   2

4   5   0

9   6   ?

21.

22.

341 (250) 466

282 ( ? ) 398

23.

24.

12 (340) 14

15 ( ? ) 16

25.

4   7   6

8   4   8

6   5   ?

26.

7、14、10、12、14、9、?

27.

28.

17 (102) 12

14 ( ? ) 11

29.

172、84、40、18、?

30.

1、5、13、29、?

31.

32.

33.

0、3、8、15、?

34.

1、3、2、?、3、7

35.

447 (336) 264

262 ( ? ) 521

36.

37.

4、7、9、11、14、15、19、?

38.

39.

3    7  16

6  13  28

9  19  ?

40. 兩個數字用逗號分隔開來:

2 5 9 14 ?
4 8 13 19 ?

41.

42.

43.

44.

643 (111) 421

269 ( ? ) 491

45.

857、969、745、1193、?

46.

47. 兩個數字用逗號分隔開來:

9   (45) 81

8   (36) 64

10 ( ? ) ?

48.

7、19、37、61、?

49.

5、41、149、329、?

50.


 

關于“智商測試/數字智商測試”的用戶留言:

目前暫無留言

新增相關留言✍