1. ½ + ¼ + ⅛ + 1/16 + 1/32 + 1/64 + 1/128 + x = 1 എങ്കിൽ x ന്റെ വിലയെത്ര? [½ + ¼ + ⅛ + 1/16 + 1/32 + 1/64 + 1/128 + x = 1 enkil x nte vilayethra?]





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->What is the number in the place of ? in the sequence 3, 28, 128, 353, 753, ?....
QA->കുറച്ചു പേർ ഒരു ജോലി 60 ദിവസം കൊണ്ട് തീർക്കും. 8 പേർ കൂടുതൽ ഉണ്ടായിരുന്നു എങ്കിൽ 10 ദിവസം മുൻപ് ജോലി തീരുമായിരുന്നു. എങ്കിൽ ആകെ എത്ര പേർ ഉണ്ടായിരുന്നു ?....
QA->ഒരു ഷെയറിന്റെ വില 10 രൂപയാണ്. ഡിസ്‌കൗണ്ട് 75 പൈസയും ബ്രോക്കറേജ് 25 പൈസയും ആയാൽ 96 ഷെയറിന്റെ വിലയെത്ര? ....
QA->ഒരു ഷെയറിന്റെ വില 10 രൂപയാണ്. ഡിസ്‌കൗണ്ട് 75 പൈസയും ബ്രോക്കറേജ് 25 പൈസയും ആയാൽ 96 ഷെയറിന്റെ വിലയെത്ര?....
QA->"+" എന്നാല്‍"-","-" എന്നാല്‍ "X", "X"എന്നാല്‍ "+" എങ്കില്‍ 8+43 X 5-9 ന്‍റെ വിലയെത്ര....
MCQ->½ + ¼ + ⅛ + 1/16 + 1/32 + 1/64 + 1/128 + x = 1 എങ്കിൽ x ന്റെ വിലയെത്ര?....
MCQ->½ + ¼ + ⅛ + 1/16 + 1/32 + 1/64 + 1/128 + x = 1 എങ്കിൽ x ന്‍റെ വിലയെത്ര?....
MCQ->22 27 23 28 32 5 എന്നീ സംഖ്യകളുടെ മാധ്യം 28 ആണ്. എങ്കിൽ x ന്റെ വിലയെത്ര?....
MCQ->Which of the following statements are correct about the program? #include<stdio.h> char fun(unsigned int num, int base); int main() { char s; s=fun(128, 2); s=fun(128, 16); printf("%s\n",s); return 0; } char fun(unsigned int num, int base) { static char buff[33]; char ptr = &buff[sizeof(buff)-1]; ptr = '\0'; do { --ptr = "0123456789abcdef"[num %base]; num /=base; }while(num!=0); return ptr; }....
MCQ->Point out the error in the program (in Turbo-C). #include<stdio.h> #define MAX 128 int main() { const int max=128; char array[max]; char string[MAX]; array[0] = string[0] = 'A'; printf("%c %c\n", array[0], string[0]); return 0; }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution