» ÆoniuM XEonAX «   » ÆoniuM XEonAX « is offline » ÆoniuM XEonAX «'s messages in the community
Message
Catalogs Discussion Forums -> Algebra -> given "2^(33X-2)+2^(111X+1)=2^(222x+2)+1" the sum of the roots of this equation is of the form p/q ( -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
Anybody plz ??
Catalogs Discussion Forums -> Algebra -> given "2^(33X-2)+2^(111X+1)=2^(222x+2)+1" the sum of the roots of this equation is of the form p/q ( -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
given "2^(33X-2)+2^(111X+1)=2^(222x+2)+1" the sum of the roots of this equation is of the form p/q (lowest form) , find p+q.
Catalogs Discussion Forums -> Non IIT Institutes -> Sir, what is 8th round of aieee counselling?? my air is 23674 state(mah) 1559 will i get civil br -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
its aeonium and mt air 16780 and state 1180
Catalogs Discussion Forums -> Non IIT Institutes -> Sir, what is 8th round of aieee counselling?? my air is 23674 state(mah) 1559 will i get civil br -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
howz vnit i m gettin mech in 2nd round and thinkin of fixin it
Catalogs Discussion Forums -> About IITs and JEE -> has EML for JEE been declared??? -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
has EML for JEE been declared???
Catalogs Discussion Forums -> General Physics -> Can there be motion in two dimensions with an acceleration only in one dimension? -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
i agree wid sid
Community shelf Community shelf -> maths trick -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
thnx
Catalogs Discussion Forums -> Zoology -> Function of oxytocin is to help in : lactation / child birth ? -> Go to message
This Post 5 points    (Olaaa!! Perrrfect answer.   in 1 votes )   [?]
oxytoxin functions for both
Catalogs Discussion Forums -> Zoology -> When we move from dark to light, we fail to see for sometime but after a time visibility becomes nor -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
pupil size is initially large but then decreases.
Catalogs Discussion Forums -> Zoology -> When we move from dark to light, we fail to see for sometime but after a time visibility becomes nor -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
accomodation
Community shelf Community shelf -> maths trick -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
hi
Catalogs Discussion Forums -> Non IIT Institutes -> Hey Evry1... M a 3rd Student of SRM UNIVERSITY... IF u need any help regarding SRMEEE n i -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
?
Catalogs Discussion Forums -> Computer Science -> convert binary to decimal -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]

// Binary to Decimal, Hexadecimal and Octal conversion program// tested with Pelles C vegaseat 15dec2004#include #include int bin2dec(char *bin);int main(){ char bin[80] = ""; char *p; int dec; while(strcmp(bin,"0")) { printf(" Enter a binary number (just 0 to EXIT): "); fgets(bin, sizeof(bin), stdin); // check for and remove trailing if ((p = strchr(bin,' ')) != NULL) { *p = ''; } dec = bin2dec(bin); if (dec) printf(" Decimal = %d Hexadecimal = 0x%04X Octal = 0%o ",dec,dec,dec); } getchar(); // wait return 0;}// convert a binary string to a decimal number, returns decimal valueint bin2dec(char *bin) { int b, k, m, n; int len, sum = 0; len = strlen(bin) - 1; for(k = 0; k <= len; k++) { n = (bin[k] - '0'); // char to numeric value if ((n > 1) || (n < 0)) { puts(" ERROR! BINARY has only 1 and 0! "); return (0); } for(b = 1, m = len; m > k; m--) { // 1 2 4 8 16 32 64 ... place-values, reversed here b *= 2; } // sum it up sum = sum + n * b; //printf("%d*%d + ",n,b); // uncomment to show the way this works } return(sum);}

Catalogs Discussion Forums -> Computer Science -> convert binary to decimal -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
http://www.wikihow.com/Convert-from-Binary-to-Decimal
Catalogs Discussion Forums -> Non IIT Institutes -> Hey Evry1... M a 3rd Student of SRM UNIVERSITY... IF u need any help regarding SRMEEE n i -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
?
Catalogs Discussion Forums -> Mechanics -> IN WHICH DIRECTION DOES FRICTIONAL FORCE ACTS ON THE FRONT WHEEL AND REAR WHEEL WHEN A BOY PEDDLES A -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
check the prevoius post
Catalogs Discussion Forums -> Mechanics -> IN WHICH DIRECTION DOES FRICTIONAL FORCE ACTS ON THE FRONT WHEEL AND REAR WHEEL WHEN A BOY PEDDLES A -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]

rear wheel->front and Front wheel-> backwards

Catalogs Discussion Forums -> Non IIT Institutes -> Hey Evry1... M a 3rd Student of SRM UNIVERSITY... IF u need any help regarding SRMEEE n i -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
?
Catalogs Discussion Forums -> Non IIT Institutes -> Hey Evry1... M a 3rd Student of SRM UNIVERSITY... IF u need any help regarding SRMEEE n i -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
one question why did u choose SRM?
Catalogs Discussion Forums -> Non IIT Institutes -> Hey Evry1... M a 3rd Student of SRM UNIVERSITY... IF u need any help regarding SRMEEE n i -> Go to message
This Post 0 points    (Olaaa!! Perrrfect answer.   in 0 votes )   [?]
what problems do you face at SRM like food, language accent etc.
 
 
Go to: 
Free Sign Up!

Preparing for IIT-JEE ?

Arihant Revision Package for IIT JEE - Books, Practice Tests + Rank Predictor


@ INR 1,995/-

For Quick Info

Name

Mobile No.

Sponsored Ads