.There is a rectangular Garden whose length and width are
60m X 20m.There is a walkway of uniform width around garden.
Area of walkway is 516m^2. Find width of walkway:
1 2 3 4
Answer Posted / karthikeyan
the area of walk way with width X is 2(60*x)+2*(20*x) = 516
120X+40X = 516
160 X = 516
X= 3.225 = 3 (approx)
| Is This Answer Correct ? | 28 Yes | 15 No |
Post New Answer View All Answers
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
If it takes 10 technicians working 6 hours to build a server. They start woring at 11 AM and 1 technician is added per hour starting at 5 PM. At what time they will finish the server?
If log 0.317=……… and log 0.318=………. Then find the value of log 0.319.
A robber steals half the total no of pastry plus 1/2 tray from a pastry shop. A second robber steals half the remaining no of pastry plus 1/2 tray and so on. After the 5th thief has stolen there are no more pastry left in the pastry shop. What was the total no of pastry did the pastry shop have at the beginning.
Find the next letter in the series O,T,T,F,F,S,S--
vernacular : place : : fingerprint : ?
The ratio for Boys to Girls is 6:4. 60% of the boys and 40% of girls take lunch in the canteen. What % of class takes lunch in canteen.
What is the maximum number of half-pint bottles of cream that can be filled with a 4-gallon can of cream(2 pt.=1 qt. and 4 qt.=1 gal)
Find the next series: AE BH CM DU?
Find the product of the prime numbers between 1-20
There are 5 red shoes, 4 green shoes. If one draws randomly a shoe what is the probability of getting red shoe is ?
In geometry, polygons with up to twelve sides have different given names; however, ______________________ if the number of sides is higher than twelve, the polygon is named by placing the suffix "gon" after the number of sides in the polygons. if the number of sides is greater than twelve, the polygon is named by placing the suffix "gon" after the number of sides in the polygons. if the number of sides is greater than twelve, name the polygon by placing the suffix "gon" after the number of sides in the polygons. if the number of sides is higher than twelve, name the polygon by placing the suffix "gon" after the number of sides in the polygons.
One rectangular plate with lenght 8 inches, breadth 11inches and 2 inches thickness is there. What is the length of the circular rod with diameter 8 inches and equal to volume of rectangular plate?
find then next series number 5,6,7,8,10,11,14,..?
All birds are animals. All animals are four legged. Implications a. All animals which are four legged are birds. b. All birds are four legged c. Some birds are four legged d. Some birds are animals but not four legged.