HCL
Company
Programming
Program
4,6,12,24,36,48....
Read Solution (Total 14)
-
- 108
divide into even and odd series - 7 years agoHelpfull: Yes(10) No(0)
- 2*2=4
3*2=6
6*2=12
12*2=24
18*2=36
24*2=48
30*2=60 - 8 years agoHelpfull: Yes(4) No(27)
- 4×3=12 12×3=36 36×3=108
- 7 years agoHelpfull: Yes(4) No(0)
- .
.
12*(1/3)= 4
12*(1/2)=6
12*(1/1)=12
12*(2/1)=24
12*(3/1)=36
12*(4/1)=48
12*(5/1)=60
.
and so on... - 7 years agoHelpfull: Yes(3) No(0)
- 4*3=12.
12*3=36.
36*3=108 - 7 years agoHelpfull: Yes(2) No(1)
- answer is 60
2*2=4
2*3=6
6, 12, 18, 24, 30 , 36, 42,48, 54, 60 this is table of 6
after 12 one no missing then after 24 next number missing again after 36 one number missing like after 48 one no missing that is 54 next is 60.
4,6,12,24,36,48,60 ... - 7 years agoHelpfull: Yes(0) No(1)
- 4, 4*(3/2), 4*(6/2), 4*(12/2), 4*(18/2), 4*(24/2) therefore, 4*(30/2)= 60
- 7 years agoHelpfull: Yes(0) No(0)
- make it two terms 4,12,36,x
4*3=12
12*3=36
36*3=108
hence x=108 - 6 years agoHelpfull: Yes(0) No(0)
- 60 ans 2^2=4,2^3=6,2^6=12,2^12=24,
- 5 years agoHelpfull: Yes(0) No(0)
- printf("4");
printf(", 6");
for(i=1;i - 5 years agoHelpfull: Yes(0) No(0)
- //i am printing in c language
#include
#include
void main()
{
int i;clrscr();
printf("how many digits do you want to print");
scanf("%d",&n);
printf("4");
printf(",6");
for(i=1;i - 5 years agoHelpfull: Yes(0) No(2)
- (x+2x) series
- 5 years agoHelpfull: Yes(0) No(0)
- 2*2=4,2*3=6,3*4=12,3*8=24,4*9=36,4*12=48,5*16=80,5*17=85,6*18,6**22
- 3 years agoHelpfull: Yes(0) No(0)
- Ans:96
- 3 years agoHelpfull: Yes(0) No(0)
HCL Other Question