1,4,8,13,21,30,36,45,54,63,73,?,?.

Answer Posted / sandhya.murukutla

8*2=16-3=13
8*3=24-3=21
8*5=40-4=36
8*6=48-3=45
8*7=56-2=54
8*8=64-1=63
8*9=72+1=73
8*10=80+2=82
8*11=88+3=91
8*12=96+4=100.
i dont no wheather this answer is right or wrong.any body
knows this question answer plz send email

Is This Answer Correct ?    4 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I invoke another program or command and trap its output?

614


What is extern c used for?

571


What are the functions to open and close the file in c language?

592


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

1516


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

622






What is a structure member in c?

547


Explain the term printf() and scanf() used in c language?

595


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3656


What do you know about the use of bit field?

612


Explain how can you be sure that a program follows the ansi c standard?

861


Tell me about low level programming languages.

642


Why does notstrcat(string, "!");Work?

642


Why is %d used in c?

563


What are header files and what are its uses in C programming?

632


Explain what is wrong with this program statement?

621