2 ships are wardroom light house one side at 30 degree and other ship other side at 45 degree. If light house has 100 m, find distance of boat from light house.
and also find distance of each boat from light house
Answers were Sorted based on User's Feedback
Answer / poojag
Let AB be the lighthouse and C and D be the positions of the ships.
Then, AB = 100 m, ACB = 30° and ADB =45
CD = (AC + AD) = (100√3 + 100) m
= 100(√3 + 1)
= (100 x 2.73) m
= 273 m.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 100r@bh
distance between the two boats
Let AB be the light house and the two boats be at C and D
AB = 100 m
tan30° = BC/AB | BC = tan(30) * 100 = 57.7350
BC = 57.7350 m
tan45° = BD/AB | BD = tan(45) * 100 = 100
BD = 100 m
Therefore, the distance between the two boats is = BC+BD
= 57.7350+ 100
= 157.73 m
IF you find Both 2 Boat Distance from light house
AB2 + BC2 = AC2 || Square root(1002 + 57.73502 ) = 115.47 || AC = 115.47
AB2 + BD2 = AD2 || Square root(1002 + 1002 ) = 115.47 || AD = 141.42
Is This Answer Correct ? | 4 Yes | 5 No |
HTML tag for bulleted list is--------------
how to generate linked implementation of sparse matrix?
WHAT IS CEASER II PIPING Stands For?
I have a backlog in Computer Graphics and unable to clear that subject since 2007. Im from JNTU hyderabad. I dont have internal marks, so im unable to clear the subject. Is there any legal way to get my degree bcos of which i cant get proper job. Please help me.
What is the mistake in the following program segment ? f() { int a; void c; f2(&c,&a);}
SQL How can make delete and insert in one query
hey guys.... My name is Bandana Thakur.Im a cse(8th sem) student.i want to make my career in php language.i want to work with google,wipro,tcs,infosys.peoples tell me that the salary package of php developer is very less n these companies do not work in php language.please tell me what i do now? should i go with the php language or make my career in another language? pls reply me in my e-mail id bandana.thakur14at@gmail.com
plz tell me which books r important for gate exam (CSE)
Which is better field cad/cam in mechanical or film editing/animation is better salary wise?
computer is male or female.....???
What will be the sql query to list the employee names those are getting 3rd highest salary ?
I have file with input as below : Name Value Rohan 12,13,14 Rohit 1,2,3 Output should be : Rohan 12 Rohan 13 Rohan 14 Here how will the normalize component work? Thanks