⟩ A pole seen from a certain distance at an angle of 15deg and 100m ahead by 30deg.what is the height of pole?
The height of the pole is 50 m
appllying trigo, we get,.
tan 15 = h/(100+y) ;
tan 30 = h/y;
solving above, we get
h=50m
The height of the pole is 50 m
appllying trigo, we get,.
tan 15 = h/(100+y) ;
tan 30 = h/y;
solving above, we get
h=50m
How to do the preparation for an aptitude?
Which set of data exhibits a highest standard deviation?a) 7,0,-7,7,0,-7b) 7,-7,7,-7,7,-7
There are three different boxes A, B and C. Difference between weights of A and B is 3 kgs. And between B and C is 5 kgs. Then what is the maximum sum of the differences of all possible combinations when two boxes are taken each time?
If a man reduces the selling price of a fan from 400 to 380 his loss increases by 20% .What is the cost price of fan?
In a basket 3 mangoes, 4 apples, and 4 bananas are there. Find number of ways we select randomly 3 fruits from the basket?
A sporting goods store ordered an equal number of white and yellow balls.The tennis ball company delivered 45 extra white balls,making the ratio of white balls to yellow balls 1/5 1/6how many white balls did the store originally order for?a)450 b)270 c)225 d)none of these
Ram is 27 year old then Mohan. After 7 years Rams age is thrice as Mohans age. Find Rams age?
The average age of 10 members of a committee is the same as it was 4 years ago, because an old member has been replaced by a young member. Find how much younger is the new member?
A file is transferred from one location to another in buckets. The size of the bucket is 10 kilobytes. The bucket gets filled at the rate of 0.0001 kilobytes per millisecond. The transmission time from sender to receiver is 10 milliseconds per bucket. After the receipt of the bucket the receiver sends an acknowledgement that reaches sender in 100 milliseconds. Assuming no error during transmission, write a formula to calculate the time taken in seconds to successfully complete the transfer of a file of size N kilobytes.(a) 10.11 N(b) 11.011 N(c) 11.01 N(d) 10.011 N(e)10.101 N
What is the output of the following C program?Main(){Printf("%c","abcdefgh"[4]);}