document.write( "Question 702716: A shopkeeper buys a number of packets of biscuits for Rs.80.If had bought 4 more packets for the same amount,each packet would have lost Rs.1 less.How many packets he did buy? \n" ); document.write( "
Algebra.Com's Answer #433104 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
let he buys x packets for Rs 80
\n" ); document.write( "so cost of each packet =Rs 80/x
\n" ); document.write( "now he bought 4 more packets for the same amount,
\n" ); document.write( "so each packet cost=Rs 80/(x+4)
\n" ); document.write( "as per question 80/x-80/(x+4)=1
\n" ); document.write( "or 80[x+4-x]/[x(x+4)]=1
\n" ); document.write( "or 80*4=x(x+4)=x^2+4x
\n" ); document.write( "or x^2+4x-320=0
\n" ); document.write( "or x^2+20x-16x-320=0
\n" ); document.write( "or x(x+20)-16(x+20)=0
\n" ); document.write( "or (x+20)(x-16)=0
\n" ); document.write( "or x=-20 or 16
\n" ); document.write( "taking the positive value he bought 16 packets
\n" ); document.write( "ans
\n" ); document.write( "
\n" );