sheeko

sheeko

Member

Member since
May 3, 2009
Last active
Jan 6, 2010
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    49445e30-3c39-4d27-b781-a4879410f3f7

    Q 13) PI*(10)^2*(35/60)=183.3 sq.cm

  2. #Threads

    5d088772-4e94-4002-a5af-635f17a482e2

    .99999999.......=1 - ( 1 / ( 10 * infinity ) ) =1 - ( 1 / infinity ) =1 - 0 =1

  3. #Threads

    713a197f-7902-4bf8-9f88-fecc66179c85

    (1*2)+0=2 (2*2)-0=4 (4*2)+1=9 (9*2)-1=17 (17*2)+4=38 (38*2)-4=72 (72*2)+17=161 (161*2)-17=305 (305*2)+72=682 (682*2)-72=1292 1 , 2 , 4 , 9 ,...

  4. #Threads

    0b4eb399-388f-4f5d-a6ba-9797766b4a88

    if i was right this competition isn't fair as the guy with the black dot will never be able to know his...

  5. #Threads

    89f6afc3-c04f-4aae-a552-9afc54ff6a68

    chester have a red dot the others : one have a red dot and the other one have a black dot because...

  6. #Threads

    1d6f0527-25f4-44b1-91e1-8c941cb8748a

    (1*2)+0=2 (2*2)-0=4 (4*2)+1=9 (9*2)-1=17 (17*2)+4=38 (38*2)-4=72 (72*2)+17=161 (161*2)-17=305 (161*2)+72=394 (394*2)-72=716 1 , 2 , 4 , 9 , 17 ,...

  7. #Threads

    2c75fb34-a46c-4af0-963a-5b2b420db61f

    sorry i posted a wrong answer then delete it

  8. #Threads

    ea5a46d4-576f-4445-8c95-387e111f5ad7

    (1*2)+0=2 (2*2)-0=4 (4*2)+1=9 (9*2)-1=17 (17*2)+4=38 (38*2)-4=72 (72*2)+9=153 (153*2)-9=297 1 ,2 ,4 ,9 ,17 ,38 ,72 ,153 ,297

  9. #Threads

    cb120eeb-d479-4f79-bed8-840274b5e845

    RajdeepCEHere is another mathematics teaser : Use only 1, 3, 4, & 6 to derive the number 24. You have to follow...

  10. #Threads

    d3139c51-2424-4b37-93e4-8b863bbd6da7

    #include<iostream> using std::cin; using std::cout; using std::endl; void hanoi(int n,char a,char b,char c) { static int x=0; if(n==1) cout...

  11. #Threads

    18b843cc-ab4f-4384-8826-c85bd5803294

    i don't have a new idea for number 9 here is number 10 #include<iostream> using namespace std; int main() { int a[21][11];...

  12. #Threads

    825e45b1-a1b8-48a4-88de-e234efdbbc8e

    best compiler:gnu best IDE: netbeans

  13. #Threads

    3e1235ef-201c-4e58-8fa8-be5d8329b3a6

    after compiling it in visual c++ 6 by (.c) extension the result is: 0 10 11 20 21