A PHP Error was encountered

Severity: Warning

Message: fopen(/var/lib/php/sessions/ci_sessionhof4m247qegjlq06jjr0ai14gf6aoohh): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /var/lib/php/sessions)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

On increasing the speed of a train at the rate of 10 km

Home » Aptitude » Speed, Time and Distance » Question
  1. On increasing the speed of a train at the rate of 10 km per hr, 30 minutes is saved in a journey of 100 kms. Find the initial speed of train.
    1. 40 kmph
    2. 45 kmph
    3. 42 kmph
    4. 44 kmph
Correct Option: A

Let the original speed be x km/hr
then, increased speed
= (x + 10) km/hr
According to question,
100
100
=
30
xx + 1060

[ ∵  Original time − New time
= 30 minute or 
30
hr   ]
60

⇒  100
1
1
=
1
xx + 102

⇒ 
x + 10 − x
=
1
x(x + 10)200

⇒  10 × 200 = x (x + 10)
⇒  x2 + 10x – 2000 = 0
⇒  x2 + 50x – 40x – 2000 = 0
⇒  x (x + 50) – 40 (x + 50) = 0
⇒  x = – 50, 40
Speed can’t be negative.
Hence, Original speed = 40 kmph



Your comments will be displayed only after manual approval.