B will use 8days to work
– While the train is moving, the jogger will also be running in the same direction.
– for the head(engine) of the train to get to the current position of the jogger 240m away, it will take:
45km/hr => 12.5m/s => 240/12.5 = 19.2 seconds.
– But in the same period of time, the jogger will still be running and will have moved to a new location by: 9km/hr => 2.5m/s => 2.5 * 19.2 = 48m
To get to the new location at the speed of 12.5m/s will take the train:
48/12.5 = 3.84sec
In this additional time, the jogger will move forward by:
3.84 * 2.5 = 9.6m
at a speed of 12.5m/s, it will take the train less than a second to cover the additional 9.6m
If we add the distance the jogger will cover in 1 second to 9.6, it is still less than what the train can cover per second. let us see (9.6 + 2.5 = 12.1)
Therefore, the head of the train will pass the runner at approximately: 19.2 + 3.84 + 1 => 24.04 seconds.
For the train to completely pass the runner, it will need its whole length of 120m to be in front of the runner.
This will take an additional (9.6 + 2) seconds.
Therefore for the length of the train to be ahead of the runner it will take approx. 35.65 (24.04 + 9.6 + 2) seconds
5! = 120
4.224 days
First write equations from info:
(A) (Mon + Tue + Wed)/3 = 111 Rearrange as ——–> Tue + Wed = 111 – Mon
(B) (Tue + Wed + Thu)/3 =102 Rearrange as ——–> Tue + Wed = 102 – Thu
(C) Thu = 0.8(Mon)
Substitute equation C into B:
(B) Tue + Wed = 102 – 0.8(Mon)
At this point I changed the values for clearer algebra:
Mon = x
Tue + Wed = y
Re-write equations A & B with new values:
(A) y = 111 – x
(B) y = 102 – 0.8x
Solve simultaneous equations:
111 – x = 102 – 0.8x
111 – 102 = x – 0.8x (Re-arraged)
9 = 0.2x
x = 45
Thus, Mon = 45C
Thu = 0.8(45)
Thu = 36C
So the answer is it was 36C on Thursday
120
11
a printer produced 176400 lines in 420 minutes
it produces 176400/420 lines per minute = 420
answer is : 420 lines per minutes
For optimal size of a project team..
the % increase in staff size should be “Zero”
reason:
additional member directly proportional to increase in
staff size..
x/2y=3/2…
therefore
2x=6y
x=3y
therefor
=21y+4y/3y-2y
=25y/y
=25..
there answer=25
so for the above question, we don’t have an option…so answer
is Data Insufficient..
30+2=32
Initially, potatoes have 99% water by weight ; which means they have 1% solid non-water content.
1% of 100 kg = 1 kg
Now even when they dehydrate,this 1kg solid mass remains constant.
It is given that finally, 98% is water by weight , which implies that 2% is non-water solid.
This means 2% of total weight = 1 kg
Total weight *2/100 = 1 kg
Therefore, total weight finally = 50 kg.
Servlets are the Java programs that run on the Java-enabled web server or application server. They are used to handle the request obtained from the webserver, process the request, produce the response, then send the response back to the webserver.