A PHP Error was encountered

Severity: Warning

Message: fopen(/var/lib/php/sessions/ci_sessionup5lfa1e0a2qeojd413mdvbj7fsn3qid): 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

A bookseller sells a book at a gain of 10%. if he had bought

Home » Aptitude » Profit and Loss » Question
  1. A bookseller sells a book at a gain of 10%. if he had bought it at 4% less and sold it for ₹ 6 more, he would have gained 1183/4%. The CP of the book is ?
    1. ₹ 130
    2. ₹ 140
    3. ₹ 150
    4. ₹ 160
Correct Option: C

Let CP = N
Then, SP = 110N / 100 = ₹ 11N/10
Now, CP = 96% of N = 96N/100 = ₹ 24N/25

Now, according to the question,
SP = ₹ (11N/10) + 6
∴ (11N/10) + 6 = 1183/4% of 24N/25
⇒ (11N + 60)/10 = (475/400) x (24N/25) = 57N/50
⇒ 550N + 3000 = 570N
⇒ 20N = 3000
∴ N = 3000/20 = 150
∴ CP = ₹ 150



Your comments will be displayed only after manual approval.