document.write( "Question 191320: A man bought some chairs for Rs 200/- .Five chairs were stolen from the total. He sold the remaining chairs for a profit of Rs 40 The selling price of chair was Rs 4 more than its cost price. How many chairs did he buy and how much was the cost price of each chair? \n" ); document.write( "
Algebra.Com's Answer #143627 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A man bought some chairs for Rs 200/- .Five chairs were stolen from the total.
\n" ); document.write( " He sold the remaining chairs for a profit of Rs 40.
\n" ); document.write( " The selling price of chair was Rs 4 more than its cost price.
\n" ); document.write( " How many chairs did he buy and how much was the cost price of each chair?
\n" ); document.write( ":
\n" ); document.write( "Let x = no. of chairs bought originally
\n" ); document.write( "then
\n" ); document.write( "\"200%2Fx\" = cost of each chair he bought
\n" ); document.write( ":
\n" ); document.write( "(x-5) = no. of chairs sold
\n" ); document.write( ";
\n" ); document.write( "Since he made $40 profit, selling price must be: \"240%2F%28x-5%29\"
\n" ); document.write( ":
\n" ); document.write( "Selling price - unit cost = 4
\n" ); document.write( "\"240%2F%28x-5%29\" - \"200%2Fx\" = 4
\n" ); document.write( "Multiply equation by x(x-5), results:
\n" ); document.write( "240x - 200(x-5) = 4x(x-5)
\n" ); document.write( ";
\n" ); document.write( "240x - 200x + 1000 = 4x^2 - 20x
\n" ); document.write( ":
\n" ); document.write( "40x + 1000 = 4x^2 - 20x
\n" ); document.write( ":
\n" ); document.write( "0 = 4x^2 - 20x - 40x - 1000
\n" ); document.write( "A quadratic equation:
\n" ); document.write( "4x^2 - 60x - 1000 = 0
\n" ); document.write( "Simplify, divide by 4
\n" ); document.write( "x^2 - 15x - 250 = 0
\n" ); document.write( "Factor
\n" ); document.write( "(x-25)(x+10) = 0
\n" ); document.write( "The positive solution
\n" ); document.write( "x = 25 chairs originally purchased
\n" ); document.write( ";
\n" ); document.write( "Find original cost:
\n" ); document.write( "\"200%2F25\" = $8 per chair
\n" ); document.write( ":
\n" ); document.write( "Selling price (5 fewer chairs sold):
\n" ); document.write( "\"240%2F20\" = $12 per chair (which is a $4 profit on ea chair)
\n" ); document.write( "
\n" );