Five circle- adjacent to each other in ascending order, first dia 8 and last dia 18, find mid one.
Answer Posted / alok patil
18-8=10
10/4=2.5
1st circle dia= 8
2nd circle dia= 8+2.5= 10.5
3rd circle dia= 8+ 2.5+ 2.5= 13
4th circle dia= 8+ 2.5+ 2.5+ 2.5= 15.5
5th circle dia= 8+ 2.5+ 2.5+ 2.5+ 2.5= 18
mid circle dia ( 3rd one)= 13
| Is This Answer Correct ? | 89 Yes | 6 No |
Post New Answer View All Answers
write a pgm to accept an array of names & name & check whether the name is present in the array. return the count of occurance. use following array as input; {"Dave","Ann","dev","merry"}
Explain a situation in which you handled a customer?s questions or problems?
What is necking in production engineering ?
int main() { int d = 10; int m = 2; int y = 3603; int c = 0; int val; val = ( d + m + y + (y/4) + c) % 7; cout << val; return 0; }
as we know that java is a platform independent language, but we need jvm for the same operating system why?
Write the fetch cycle and execute cycle for following instructions:JMPNZ (jump to the given address if the accumulator not equal to zero) RET(return from a subroutine) ADB (add the contents of register B to the accumulator and save result in the accumulator).
What is histogram? why and how it is used?
what's the difference between windows serevr 2003 or windows XP.
how do we get persistent databases?
What is the instruction to load the register B?
how am i supposed to convert a class program in C++ to Matlab? Do i also need to make classes in matlab too or I can do it without making classes???Can somebody help....
Find the maximum stress intensity in the section?
what are enumerations in c language?
What do you like and dislike about working for this organisation?
W.A.P to take input of an array and display the entered no. in dos.