1. The area of a plot is to be determined using Simpson's rule. The following offsets were taken to a boundary from points along a chain line all measurements being in metres 12, 15, 22, 29, 36, 38, 31, 22, 17.There were taken at 100 m intervals. Consider the following steps in this regard. 1. 2. Sum of the odd ordinates = 22 + 36 + 1 = 89 3. Sum of the even ordinates = 15 + 29 + 38 + 22 = 104 4. 12 + 17 = 39 5. Area = 100 (19.5 + 89 + 104) 6. Area = (39 + 2 x 89 + 4 x 104) 7. Area 100 x 19.5 (104 - 89) The area of the plot can be determined by using the steps listed above :





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->The area of a rectangular plot is 460460 square metres. If the length is 15%15% more than the breadth, what is the breadth of the plot?....
QA->A rectangular plot 67 metres long is paved with 2546 tiles each measuring 50 square centimetre. Find the width of the plot ?....
QA->Two statements are given followed by two conclusions I and II. You have to consider the two statements to be true even if they seem to be at variance from commonly known facts. You have to decide which one of the given conclusions is definitely drawn from the given statements. Statement : All virtuous persons are happy. No unhappy person is virtuous. Conclusions : I. Happiness is related to virtue II. Unhappy person is not virtuous.....
QA->A statement followed by two assumptions I and II is given. You have to consider the statement to be true even if it seems to be at variance from commonly known facts. You are to decide which of the given assumptions can definitely be drawn from the given statement. Indicate which one of the four given alternatives is correct ? Statement : If more encouragement is given to Sports, Indians will win more gold medals at the Olympic Games. Assumptions : I. Indians do not win gold medals. II. More enc....
QA->A train moving with uniform speed passed a bridge of length 2000 metres in 2 ½ minutes.It took ½ minutes to pass a telephone post.What is the length of the train in metres?....
MCQ->The area of a plot is to be determined using Simpson's rule. The following offsets were taken to a boundary from points along a chain line all measurements being in metres 12, 15, 22, 29, 36, 38, 31, 22, 17.There were taken at 100 m intervals. Consider the following steps in this regard. 1. 2. Sum of the odd ordinates = 22 + 36 + 1 = 89 3. Sum of the even ordinates = 15 + 29 + 38 + 22 = 104 4. 12 + 17 = 39 5. Area = 100 (19.5 + 89 + 104) 6. Area = (39 + 2 x 89 + 4 x 104) 7. Area 100 x 19.5 (104 - 89) The area of the plot can be determined by using the steps listed above :....
MCQ->In which direction point 'A is located with respect to point 'B'? I. A man starts walking from point 'A' towards east and after walking 3 metres reaches point 'N', he turns right and walks 7 metres to reach point 'M'. Then he turns right and walks 6 metres to reach point '0'. He again turns right and walks 7 metres to reach point 'P'. He. then, turns left and walks 2 metres to reach point 'B'. II. A man starts walking from point 'A' towards east and after walking 3 metres reaches point 'N'. From point 'N' he walks 7 metres towards south and reaches point 'M'. From point 'M' he walks 6 metres towards west and reaches Point '0'. From point '0' he walks 7 metres towards north and reaches point P. From point 'P' he walks towards west and reaches point 'B'. The distance between points A and B is 8 metres.....
MCQ->Which of the following code snippets are the correct way to determine whether a is Odd or Even? int a; String res; if (a % 2 == 0) res = "Even"; else res = "Odd"; int a; String res; if (a Mod 2 == 0) res = "Even"; else res = "Odd"; int a; Console.WriteLine(a Mod 2 == 0 ? "Even": "Odd"); int a; String res; a % 2 == 0 ? res = "Even" : res = "Odd"; Console.WriteLine(res);....
MCQ->Consider the following assumptions of Bowditch method : 1. Angular measurements are more precise than linear measurements. 2. Linear measurements are more prescise than angular measurements. 3. Erros in linear measurements are proportional to L . 4. Correction to latitude or departure of any side = Total error in L (or D) x Length of that side / Perimeter of traverse. Which of these statements are correct ?....
MCQ->A man walks 25 metres towards North. Then he turns right and walks 40 metres.Then he again turns right and walks 40 metres.he then turns left and walks 20 metres.He then turns left and walks 20 metres.Then he again turns left and walks 15 metres.In which direction and how many metres away is he,from his original position?....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution