1/8 is divided by 's', if 's' is increased by 2 times, what
is the result
Answer Posted / imran
answer is n/(17n-n+1)
where n takes the values 1,2,3......
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
The main line train starts at 5.00AM and the harbor line train starts at 5.02AM. Each train has the frequency of 10 minutes.If a guy goes in the morning at a random time what is the probability of he getting main line train?
Draw venn diagram relating rhombus, quadrilateral & polygon
hello..i hav cleared SBI written exm..i am a post graduate in english..wht type of questions they may ask me at the interview? plz help.
write a program that prompts the user to enter three sides of a triangle and prints whether it is a right triangle or not.
What is the probability of getting a sum 9 from two throws of a dice?
A speedboat whose speed is 15 kmph in still water goes 30 kmph downstream and comes back in a total of 4hrs 30min. What is the speed of the stream in kmph?
Person who decided to go to weekend trip should not exceed 8 hrs driving in a day. Average speed of forward journey is 40 miles/hour . Due to traffic in sundays ,in return journey average speed is 30mph . How far he can select a picnic spot ?
How many liters of water must be added to 30 liters of alcohol to make a solution that is 25%
In a mixture R is two parts, S is one part . In order to mixture how much R is to be added.
Two people X & Y walk on the wall of a go down in opposite direction. They meet at a point on one side and then go ahead. X after walking for some time, walks in opposite direction for 15 mtrs.Then again he turns back and walks in the original direction. What distance did Y walk before they met again, if X walks 11 mtrs by the time Y walks 8 mtrs.
Two distinct no's are taken from 1,2,3,4......28. Find the probability that their sum is less than 13
No of financial emergency announced by president
M, N, O are jogging in the same direction around a circular track. The track is marked with numbers from 1 to 12, like the dial of a watch. The 12 numbers are uniformly spaced on the track. M overtakes N once at 5 and then the next time again at 9. M overtakes O once at 2 and then the next time again at 4. Find the ratio of N's speed to O's speed?
When the angle a, b, c, d are given find ‘x’?
An array was given and we were required to write a function : int CalculateThirdHighest(int a[ ]) : which calculates the third highest number in the array. While coding in C remember to calculate the length of array using formulae length of array=sizeof(a)/sizeof(int). Because the number of elements of array were not passed as argument. i want a solution in C/C++ language